Html Css Color HEX #BDCB78 Pine Glade

📋 copy color: '#BDCB78'

red 189 ◦ green 203 ◦ blue 120

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

Shades of Pine Glade #BDCB78

Tints of Pine Glade #BDCB78

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.65%

 BLUE value IS 120 (47.27% from 255) = 23.44%

R = 36.91%
G = 39.65%
B = 23.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#BDCB78 (or 0xBDCB78) is known color: Pine Glade. HEX triplet: BD, CB and 78. RGB value is (189,203,120). Sum of RGB (Red+Green+Blue) = 189+203+120=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB78 is #423487. Grayscale: #BDBDBD. Windows color (decimal): -4338824 or 7916477. OLE color: 7916477.

HSL color Cylindrical-coordinate representation of color #BDCB78: hue angle of 70.12º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDCB78 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 203 120 -
CMYK 0.07 0 0.41 0.20
HSL 70.12º 0.44% 0.63% -
HSV(B) 70.12º 0.41% 0.8% -
XYZ 45.73 54.89 25.95 -
YUV 189.35 88.86 127.75 -
System Red Green Blue C M Y K H S L
Decimal 189 203 120 0.07 0 0.41 0.20 70.12 0.44 0.63
Hex BD CB 78 7 0 29 14 46 2C 3F
Octal 275 313 170 7 0 51 24 106 54 77
Binary 10111101 11001011 1111000 111 0 101001 10100 1000110 101100 111111

Color Harmonies of #BDCB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB78

Black with #BDCB78

Text Example


Text Example

White with #BDCB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB78; }

 p { color: rgb(189,203,120); }

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

background-color css

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

 a { background-color: rgb(189,203,120); }

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

border-color css

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

 span { border-color: rgb(189,203,120); }

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