#BFC27A

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

Shades of Pine Glade #BFC27A

Tints of Pine Glade #BFC27A

Color information

#BFC27A (or 0xBFC27A) is unknown color: approx Pine Glade. HEX triplet: BF, C2 and 7A. RGB value is (191,194,122). Sum of RGB (Red+Green+Blue) = 191+194+122=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC27A is #403D85. Grayscale: #B9B9B9. Windows color (decimal): -4210054 or 8045247. OLE color: 8045247.

HSL color Cylindrical-coordinate representation of color #BFC27A: hue angle of 62.5º degrees, saturation: 0.37, 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 #BFC27A is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB191194122-
CMYK0.0200.370.24
HSL62.5º37.11%61.96%-
HSV(B)62.5º37.11%76.08%-
XYZ44.2951.0725.93-
YUV184.992.51132.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 194 (76.17% from 255) = 38.26%
BLUE value IS 122 (48.05% from 255) = 24.06%
R=37.67%
G=38.26%
B=24.06%

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
Decimal1911941220.0200.370.2462.537.1161.96
HexBFC27A2025183e253e
Octal277302172204530764576
Binary1011111111000010111101010010010111000111110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC27A; }

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

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

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

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

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

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

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

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