#BFC383

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

Shades of Pine Glade #BFC383

Tints of Pine Glade #BFC383

Color information

#BFC383 (or 0xBFC383) is unknown color: approx Pine Glade. HEX triplet: BF, C3 and 83. RGB value is (191,195,131). Sum of RGB (Red+Green+Blue) = 191+195+131=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC383 is #403C7C. Grayscale: #BABABA. Windows color (decimal): -4209789 or 8635327. OLE color: 8635327.

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

Color convert

RGB191195131-
CMYK0.0200.330.24
HSL63.75º34.78%63.92%-
HSV(B)63.75º32.82%76.47%-
XYZ45.151.7529.08-
YUV186.5196.67131.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 195 (76.56% from 255) = 37.72%
BLUE value IS 131 (51.56% from 255) = 25.34%
R=36.94%
G=37.72%
B=25.34%

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
Decimal1911951310.0200.330.2463.7534.7863.92
HexBFC383202118402340
Octal27730320320413010043100
Binary1011111111000011100000111001000011100010000001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC383; }

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

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

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

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

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

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

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

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