#BFC274

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

Shades of Pine Glade #BFC274

Tints of Pine Glade #BFC274

Color information

#BFC274 (or 0xBFC274) is unknown color: approx Pine Glade. HEX triplet: BF, C2 and 74. RGB value is (191,194,116). Sum of RGB (Red+Green+Blue) = 191+194+116=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC274 is #403D8B. Grayscale: #B8B8B8. Windows color (decimal): -4210060 or 7652031. OLE color: 7652031.

HSL color Cylindrical-coordinate representation of color #BFC274: hue angle of 62.31º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFC274 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB191194116-
CMYK0.0200.400.24
HSL62.31º39%60.78%-
HSV(B)62.31º40.21%76.08%-
XYZ43.9350.9224.04-
YUV184.2189.51132.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 194 (76.17% from 255) = 38.72%
BLUE value IS 116 (45.70% from 255) = 23.15%
R=38.12%
G=38.72%
B=23.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911941160.0200.400.2462.313960.78
HexBFC2742028183e273d
Octal277302164205030764775
Binary1011111111000010111010010010100011000111110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC274; }

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

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

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

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

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

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

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

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