#BFCA81

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

Shades of Pine Glade #BFCA81

Tints of Pine Glade #BFCA81

Color information

#BFCA81 (or 0xBFCA81) is unknown color: approx Pine Glade. HEX triplet: BF, CA and 81. RGB value is (191,202,129). Sum of RGB (Red+Green+Blue) = 191+202+129=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCA81 is #40357E. Grayscale: #BEBEBE. Windows color (decimal): -4207999 or 8506047. OLE color: 8506047.

HSL color Cylindrical-coordinate representation of color #BFCA81: hue angle of 69.04º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFCA81 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB191202129-
CMYK0.0500.360.21
HSL69.04º40.78%64.9%-
HSV(B)69.04º36.14%79.22%-
XYZ46.5754.928.91-
YUV190.3993.36128.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 202 (79.30% from 255) = 38.70%
BLUE value IS 129 (50.78% from 255) = 24.71%
R=36.59%
G=38.70%
B=24.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021290.0500.360.2169.0440.7864.9
HexBFCA81502415452941
Octal27731220150442510551101
Binary10111111110010101000000110101001001010110001011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCA81; }

 p { color: rgb(191,202,129); }

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

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

 a { background-color: rgb(191,202,129); }

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

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

 span { border-color: rgb(191,202,129); }

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