#BFC67B

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

Shades of Pine Glade #BFC67B

Tints of Pine Glade #BFC67B

Color information

#BFC67B (or 0xBFC67B) is unknown color: approx Pine Glade. HEX triplet: BF, C6 and 7B. RGB value is (191,198,123). Sum of RGB (Red+Green+Blue) = 191+198+123=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC67B is #403984. Grayscale: #BBBBBB. Windows color (decimal): -4209029 or 8111807. OLE color: 8111807.

HSL color Cylindrical-coordinate representation of color #BFC67B: hue angle of 65.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFC67B is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB191198123-
CMYK0.0400.380.22
HSL65.6º39.68%62.94%-
HSV(B)65.6º37.88%77.65%-
XYZ45.2652.8926.56-
YUV187.3691.68130.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 198 (77.73% from 255) = 38.67%
BLUE value IS 123 (48.44% from 255) = 24.02%
R=37.30%
G=38.67%
B=24.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911981230.0400.380.2265.639.6862.94
HexBFC67B40261642283f
Octal2773061734046261025077
Binary101111111100011011110111000100110101101000010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC67B; }

 p { color: rgb(191,198,123); }

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

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

 a { background-color: rgb(191,198,123); }

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

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

 span { border-color: rgb(191,198,123); }

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