#BFCD79

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

Shades of Pine Glade #BFCD79

Tints of Pine Glade #BFCD79

Color information

#BFCD79 (or 0xBFCD79) is unknown color: approx Pine Glade. HEX triplet: BF, CD and 79. RGB value is (191,205,121). Sum of RGB (Red+Green+Blue) = 191+205+121=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 121 (47.66% from 255 or 23.40% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD79 is #403286. Grayscale: #BFBFBF. Windows color (decimal): -4207239 or 7982527. OLE color: 7982527.

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

Color convert

RGB191205121-
CMYK0.0700.410.20
HSL70º45.65%63.92%-
HSV(B)70º40.98%80.39%-
XYZ46.7756.1226.46-
YUV191.2488.36127.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 121 (47.66% from 255) = 23.40%
R=36.94%
G=39.65%
B=23.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912051210.0700.410.207045.6563.92
HexBFCD79702914462e40
Octal27731517170512410656100
Binary1011111111001101111100111101010011010010001101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCD79; }

 p { color: rgb(191,205,121); }

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

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

 a { background-color: rgb(191,205,121); }

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

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

 span { border-color: rgb(191,205,121); }

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