#BFC282

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

Shades of Pine Glade #BFC282

Tints of Pine Glade #BFC282

Color information

#BFC282 (or 0xBFC282) is unknown color: approx Pine Glade. HEX triplet: BF, C2 and 82. RGB value is (191,194,130). Sum of RGB (Red+Green+Blue) = 191+194+130=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC282 is #403D7D. Grayscale: #BABABA. Windows color (decimal): -4210046 or 8569535. OLE color: 8569535.

HSL color Cylindrical-coordinate representation of color #BFC282: hue angle of 62.81º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFC282 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB191194130-
CMYK0.0200.330.24
HSL62.81º34.41%63.53%-
HSV(B)62.81º32.99%76.08%-
XYZ44.8151.2728.65-
YUV185.8196.51131.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 194 (76.17% from 255) = 37.67%
BLUE value IS 130 (51.17% from 255) = 25.24%
R=37.09%
G=37.67%
B=25.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911941300.0200.330.2462.8134.4163.53
HexBFC2822021183f2240
Octal2773022022041307742100
Binary101111111100001010000010100100001110001111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC282; }

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

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

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

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

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

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

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

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