Html Css Color HEX #BBAF54 Olive Green

📋 copy color: '#BBAF54'

red 187 ◦ green 175 ◦ blue 84

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

Shades of Olive Green #BBAF54

Tints of Olive Green #BBAF54

RGB

 RED value IS 187 (73.44% from 255) = 41.93%

 GREEN value IS 175 (68.75% from 255) = 39.24%

 BLUE value IS 84 (33.2% from 255) = 18.83%

R = 41.93%
G = 39.24%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BBAF54 (or 0xBBAF54) is known color: Olive Green. HEX triplet: BB, AF and 54. RGB value is (187,175,84). Sum of RGB (Red+Green+Blue) = 187+175+84=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 84 (33.20% from 255 or 18.83% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF54 is #4450AB. Grayscale: #A8A8A8. Windows color (decimal): -4477100 or 5550011. OLE color: 5550011.

HSL color Cylindrical-coordinate representation of color #BBAF54: hue angle of 53.01º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBAF54 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 84 -
CMYK 0 0.06 0.55 0.27
HSL 53.01º 0.43% 0.53% -
HSV(B) 53.01º 0.55% 0.73% -
XYZ 37.42 41.86 14.5 -
YUV 168.21 80.48 141.4 -
System Red Green Blue C M Y K H S L
Decimal 187 175 84 0 0.06 0.55 0.27 53.01 0.43 0.53
Hex BB AF 54 0 6 37 1B 35 2B 35
Octal 273 257 124 0 6 67 33 65 53 65
Binary 10111011 10101111 1010100 0 110 110111 11011 110101 101011 110101

Color Harmonies of #BBAF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF54

Black with #BBAF54

Text Example


Text Example

White with #BBAF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF54; }

 p { color: rgb(187,175,84); }

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

background-color css

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

 a { background-color: rgb(187,175,84); }

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

border-color css

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

 span { border-color: rgb(187,175,84); }

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