#BFC470

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

Shades of Pine Glade #BFC470

Tints of Pine Glade #BFC470

Color information

#BFC470 (or 0xBFC470) is unknown color: approx Pine Glade. HEX triplet: BF, C4 and 70. RGB value is (191,196,112). Sum of RGB (Red+Green+Blue) = 191+196+112=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC470 is #403B8F. Grayscale: #B9B9B9. Windows color (decimal): -4209552 or 7390399. OLE color: 7390399.

HSL color Cylindrical-coordinate representation of color #BFC470: hue angle of 63.57º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFC470 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB191196112-
CMYK0.0300.430.23
HSL63.57º41.58%60.39%-
HSV(B)63.57º42.86%76.86%-
XYZ44.1551.7322.99-
YUV184.9386.84132.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 196 (76.95% from 255) = 39.28%
BLUE value IS 112 (44.14% from 255) = 22.44%
R=38.28%
G=39.28%
B=22.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911961120.0300.430.2363.5741.5860.39
HexBFC470302B17402a3c
Octal2773041603053271005274
Binary10111111110001001110000110101011101111000000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC470; }

 p { color: rgb(191,196,112); }

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

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

 a { background-color: rgb(191,196,112); }

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

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

 span { border-color: rgb(191,196,112); }

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