#BFC37A

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

Shades of Pine Glade #BFC37A

Tints of Pine Glade #BFC37A

Color information

#BFC37A (or 0xBFC37A) is unknown color: approx Pine Glade. HEX triplet: BF, C3 and 7A. RGB value is (191,195,122). Sum of RGB (Red+Green+Blue) = 191+195+122=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC37A is #403C85. Grayscale: #B9B9B9. Windows color (decimal): -4209798 or 8045503. OLE color: 8045503.

HSL color Cylindrical-coordinate representation of color #BFC37A: hue angle of 63.29º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFC37A is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB191195122-
CMYK0.0200.370.24
HSL63.29º37.82%62.16%-
HSV(B)63.29º37.44%76.47%-
XYZ44.5151.5126.01-
YUV185.4892.17131.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 195 (76.56% from 255) = 38.39%
BLUE value IS 122 (48.05% from 255) = 24.02%
R=37.60%
G=38.39%
B=24.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911951220.0200.370.2463.2937.8262.16
HexBFC37A2025183f263e
Octal277303172204530774676
Binary1011111111000011111101010010010111000111111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC37A; }

 p { color: rgb(191,195,122); }

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

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

 a { background-color: rgb(191,195,122); }

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

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

 span { border-color: rgb(191,195,122); }

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