#BFC083

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

Shades of Pine Glade #BFC083

Tints of Pine Glade #BFC083

Color information

#BFC083 (or 0xBFC083) is unknown color: approx Pine Glade. HEX triplet: BF, C0 and 83. RGB value is (191,192,131). Sum of RGB (Red+Green+Blue) = 191+192+131=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC083 is #403F7C. Grayscale: #B8B8B8. Windows color (decimal): -4210557 or 8634559. OLE color: 8634559.

HSL color Cylindrical-coordinate representation of color #BFC083: hue angle of 60.98º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFC083 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB191192131-
CMYK0.0100.320.25
HSL60.98º32.62%63.33%-
HSV(B)60.98º31.77%75.29%-
XYZ44.4350.4128.86-
YUV184.7597.67132.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.16%
GREEN value IS 192 (75.39% from 255) = 37.35%
BLUE value IS 131 (51.56% from 255) = 25.49%
R=37.16%
G=37.35%
B=25.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911921310.0100.320.2560.9832.6263.33
HexBFC0831020193d213f
Octal277300203104031754177
Binary1011111111000000100000111010000011001111101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC083; }

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

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

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

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

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

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

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

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