#BFB65B

Color #BFB65B Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #BFB65B

Tints of Olive Green #BFB65B

Color information

#BFB65B (or 0xBFB65B) is unknown color: approx Olive Green. HEX triplet: BF, B6 and 5B. RGB value is (191,182,91). Sum of RGB (Red+Green+Blue) = 191+182+91=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB65B is #4049A4. Grayscale: #AEAEAE. Windows color (decimal): -4213157 or 6010559. OLE color: 6010559.

HSL color Cylindrical-coordinate representation of color #BFB65B: hue angle of 54.6º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFB65B is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19118291-
CMYK00.050.520.25
HSL54.6º43.86%55.29%-
HSV(B)54.6º52.36%74.9%-
XYZ40.145.2916.53-
YUV174.3280.98139.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.16%
GREEN value IS 182 (71.48% from 255) = 39.22%
BLUE value IS 91 (35.94% from 255) = 19.61%
R=41.16%
G=39.22%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911829100.050.520.2554.643.8655.29
HexBFB65B053419372c37
Octal277266133056431675467
Binary10111111101101101011011010111010011001110111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB65B; }

 p { color: rgb(191,182,91); }

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

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

 a { background-color: rgb(191,182,91); }

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

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

 span { border-color: rgb(191,182,91); }

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