Html Css Color HEX #BFBB53 Olive Green

📋 copy color: '#BFBB53'

red 191 ◦ green 187 ◦ blue 83

#BFBB53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #BFBB53

Tints of Olive Green #BFBB53

RGB

 RED value IS 191 (75% from 255) = 41.43%

 GREEN value IS 187 (73.44% from 255) = 40.56%

 BLUE value IS 83 (32.81% from 255) = 18%

R = 41.43%
G = 40.56%
B = 18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BFBB53 (or 0xBFBB53) is known color: Olive Green. HEX triplet: BF, BB and 53. RGB value is (191,187,83). Sum of RGB (Red+Green+Blue) = 191+187+83=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB53 is #4044AC. Grayscale: #B0B0B0. Windows color (decimal): -4211885 or 5487551. OLE color: 5487551.

HSL color Cylindrical-coordinate representation of color #BFBB53: hue angle of 57.78º 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 #BFBB53 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 187 83 -
CMYK 0 0.02 0.57 0.25
HSL 57.78º 0.46% 0.54% -
HSV(B) 57.78º 0.57% 0.75% -
XYZ 40.82 47.24 15.15 -
YUV 176.34 75.33 138.46 -
System Red Green Blue C M Y K H S L
Decimal 191 187 83 0 0.02 0.57 0.25 57.78 0.46 0.54
Hex BF BB 53 0 2 39 19 3A 2E 36
Octal 277 273 123 0 2 71 31 72 56 66
Binary 10111111 10111011 1010011 0 10 111001 11001 111010 101110 110110

Color Harmonies of #BFBB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB53

Black with #BFBB53

Text Example


Text Example

White with #BFBB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB53; }

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

 H1.HeaderClassName
 {
   color: #BFBB53;
 }
 .AnyTagClassName
 {
   color: #BFBB53;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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