#BFCB73

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

Shades of Pine Glade #BFCB73

Tints of Pine Glade #BFCB73

Color information

#BFCB73 (or 0xBFCB73) is unknown color: approx Pine Glade. HEX triplet: BF, CB and 73. RGB value is (191,203,115). Sum of RGB (Red+Green+Blue) = 191+203+115=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB73 is #40348C. Grayscale: #BDBDBD. Windows color (decimal): -4207757 or 7588799. OLE color: 7588799.

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

Color convert

RGB191203115-
CMYK0.0600.430.20
HSL68.18º45.83%62.35%-
HSV(B)68.18º43.35%79.61%-
XYZ45.9455.0324.42-
YUV189.3886.02129.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 203 (79.69% from 255) = 39.88%
BLUE value IS 115 (45.31% from 255) = 22.59%
R=37.52%
G=39.88%
B=22.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912031150.0600.430.2068.1845.8362.35
HexBFCB73602B14442e3e
Octal2773131636053241045676
Binary101111111100101111100111100101011101001000100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCB73; }

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

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

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

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

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

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

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

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