#BFC074

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

Shades of Pine Glade #BFC074

Tints of Pine Glade #BFC074

Color information

#BFC074 (or 0xBFC074) is unknown color: approx Pine Glade. HEX triplet: BF, C0 and 74. RGB value is (191,192,116). Sum of RGB (Red+Green+Blue) = 191+192+116=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC074 is #403F8B. Grayscale: #B7B7B7. Windows color (decimal): -4210572 or 7651519. OLE color: 7651519.

HSL color Cylindrical-coordinate representation of color #BFC074: hue angle of 60.79º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFC074 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB191192116-
CMYK0.0100.400.25
HSL60.79º37.62%60.39%-
HSV(B)60.79º39.58%75.29%-
XYZ43.4950.0423.89-
YUV183.0490.17133.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 116 (45.70% from 255) = 23.25%
R=38.28%
G=38.48%
B=23.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911921160.0100.400.2560.7937.6260.39
HexBFC0741028193d263c
Octal277300164105031754674
Binary101111111100000011101001010100011001111101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC074; }

 p { color: rgb(191,192,116); }

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

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

 a { background-color: rgb(191,192,116); }

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

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

 span { border-color: rgb(191,192,116); }

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