#BFC07B

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

Shades of Pine Glade #BFC07B

Tints of Pine Glade #BFC07B

Color information

#BFC07B (or 0xBFC07B) is unknown color: approx Pine Glade. HEX triplet: BF, C0 and 7B. RGB value is (191,192,123). Sum of RGB (Red+Green+Blue) = 191+192+123=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC07B is #403F84. Grayscale: #B8B8B8. Windows color (decimal): -4210565 or 8110271. OLE color: 8110271.

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

Color convert

RGB191192123-
CMYK0.0100.360.25
HSL60.87º35.38%61.76%-
HSV(B)60.87º35.94%75.29%-
XYZ43.9150.2126.12-
YUV183.8393.67133.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 192 (75.39% from 255) = 37.94%
BLUE value IS 123 (48.44% from 255) = 24.31%
R=37.75%
G=37.94%
B=24.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911921230.0100.360.2560.8735.3861.76
HexBFC07B1024193d233e
Octal277300173104431754376
Binary101111111100000011110111010010011001111101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC07B; }

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

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

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

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

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

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

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

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