#bfcb72

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

Shades of Pine Glade #BFCB72

Tints of Pine Glade #BFCB72

Color information

#BFCB72 (or 0xBFCB72) is unknown color: approx Pine Glade. HEX triplet: BF, CB and 72. RGB value is (191,203,114). Sum of RGB (Red+Green+Blue) = 191+203+114=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB72 is #40348D. Grayscale: #BDBDBD. Windows color (decimal): -4207758 or 7523263. OLE color: 7523263.

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

Color convert

RGB191203114-
CMYK0.0600.440.20
HSL68.09º46.11%62.16%-
HSV(B)68.09º43.84%79.61%-
XYZ45.885524.12-
YUV189.2785.52129.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 203 (79.69% from 255) = 39.96%
BLUE value IS 114 (44.92% from 255) = 22.44%
R=37.60%
G=39.96%
B=22.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912031140.0600.440.2068.0946.1162.16
HexBFCB72602C14442e3e
Octal2773131626054241045676
Binary101111111100101111100101100101100101001000100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfcb72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfcb72; }

 p { color: rgb(191,203,114); }

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

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

 a { background-color: rgb(191,203,114); }

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

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

 span { border-color: rgb(191,203,114); }

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