#BFB453

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

Shades of Olive Green #BFB453

Tints of Olive Green #BFB453

Color information

#BFB453 (or 0xBFB453) is unknown color: approx Olive Green. HEX triplet: BF, B4 and 53. RGB value is (191,180,83). Sum of RGB (Red+Green+Blue) = 191+180+83=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 83 (32.81% from 255 or 18.28% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB453 is #404BAC. Grayscale: #ACACAC. Windows color (decimal): -4213677 or 5485759. OLE color: 5485759.

HSL color Cylindrical-coordinate representation of color #BFB453: hue angle of 53.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFB453 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19118083-
CMYK00.060.570.25
HSL53.89º45.76%53.73%-
HSV(B)53.89º56.54%74.9%-
XYZ39.3744.3414.67-
YUV172.2377.64141.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.07%
GREEN value IS 180 (70.70% from 255) = 39.65%
BLUE value IS 83 (32.81% from 255) = 18.28%
R=42.07%
G=39.65%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911808300.060.570.2553.8945.7653.73
HexBFB453063919362e36
Octal277264123067131665666
Binary10111111101101001010011011011100111001110110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB453; }

 p { color: rgb(191,180,83); }

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

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

 a { background-color: rgb(191,180,83); }

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

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

 span { border-color: rgb(191,180,83); }

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