#BFC082

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

Shades of Pine Glade #BFC082

Tints of Pine Glade #BFC082

Color information

#BFC082 (or 0xBFC082) is unknown color: approx Pine Glade. HEX triplet: BF, C0 and 82. RGB value is (191,192,130). Sum of RGB (Red+Green+Blue) = 191+192+130=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC082 is #403F7D. Grayscale: #B8B8B8. Windows color (decimal): -4210558 or 8569023. OLE color: 8569023.

HSL color Cylindrical-coordinate representation of color #BFC082: hue angle of 60.97º 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 #BFC082 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB191192130-
CMYK0.0100.320.25
HSL60.97º32.98%63.14%-
HSV(B)60.97º32.29%75.29%-
XYZ44.3650.3928.51-
YUV184.6397.17132.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 192 (75.39% from 255) = 37.43%
BLUE value IS 130 (51.17% from 255) = 25.34%
R=37.23%
G=37.43%
B=25.34%

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
Decimal1911921300.0100.320.2560.9732.9863.14
HexBFC0821020193d213f
Octal277300202104031754177
Binary1011111111000000100000101010000011001111101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC082; }

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

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

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

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

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

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

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

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