Html Css Color HEX #BDC874 Pine Glade

📋 copy color: '#BDC874'

red 189 ◦ green 200 ◦ blue 116

#BDC874
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #BDC874

Tints of Pine Glade #BDC874

RGB

 RED value IS 189 (74.22% from 255) = 37.43%

 GREEN value IS 200 (78.52% from 255) = 39.6%

 BLUE value IS 116 (45.7% from 255) = 22.97%

R = 37.43%
G = 39.6%
B = 22.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDC874 (or 0xBDC874) is known color: Pine Glade. HEX triplet: BD, C8 and 74. RGB value is (189,200,116). Sum of RGB (Red+Green+Blue) = 189+200+116=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC874 is #42378B. Grayscale: #BBBBBB. Windows color (decimal): -4339596 or 7653565. OLE color: 7653565.

HSL color Cylindrical-coordinate representation of color #BDC874: hue angle of 67.86º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDC874 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 116 -
CMYK 0.06 0 0.42 0.22
HSL 67.86º 0.43% 0.62% -
HSV(B) 67.86º 0.42% 0.78% -
XYZ 44.79 53.39 24.47 -
YUV 187.14 87.86 129.33 -
System Red Green Blue C M Y K H S L
Decimal 189 200 116 0.06 0 0.42 0.22 67.86 0.43 0.62
Hex BD C8 74 6 0 2A 16 44 2B 3E
Octal 275 310 164 6 0 52 26 104 53 76
Binary 10111101 11001000 1110100 110 0 101010 10110 1000100 101011 111110

Color Harmonies of #BDC874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC874

Black with #BDC874

Text Example


Text Example

White with #BDC874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC874; }

 p { color: rgb(189,200,116); }

 H1.HeaderClassName
 {
   color: #BDC874;
 }
 .AnyTagClassName
 {
   color: #BDC874;
 }
</style>

background-color css

<style>
 a { background-color: #BDC874; }

 a { background-color: rgb(189,200,116); }

 div.DivClassName
 {
   background-color: #BDC874;
 }
 .BgClassName
 {
   background-color: #BDC874;
 }
</style>

border-color css

<style>
 span { border-color: #BDC874; }

 span { border-color: rgb(189,200,116); }

 td.TdClassName
 {
   border-color: #BDC874;
 }
 .TagClassName
 {
   border-color: #BDC874;
 }
</style>