#BDCB80

Color #BDCB80 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BDCB80

Tints of Pine Glade #BDCB80

Color information

#BDCB80 (or 0xBDCB80) is unknown color: approx Pine Glade. HEX triplet: BD, CB and 80. RGB value is (189,203,128). Sum of RGB (Red+Green+Blue) = 189+203+128=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCB80 is #42347F. Grayscale: #BEBEBE. Windows color (decimal): -4338816 or 8440765. OLE color: 8440765.

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

Color convert

RGB189203128-
CMYK0.0700.370.20
HSL71.2º41.9%64.9%-
HSV(B)71.2º36.95%79.61%-
XYZ46.2455.0928.62-
YUV190.2692.86127.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 203 (79.69% from 255) = 39.04%
BLUE value IS 128 (50.39% from 255) = 24.62%
R=36.35%
G=39.04%
B=24.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892031280.0700.370.2071.241.964.9
HexBDCB80702514472a41
Octal27531320070452410752101
Binary10111101110010111000000011101001011010010001111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCB80; }

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

 H1.HeaderClassName
 {
   color: #BDCB80;
 }
 .AnyTagClassName
 {
   color: #BDCB80;
 }
</style>
background-color css

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

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

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

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

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

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