Html Css Color HEX #BBB453 Olive Green

📋 copy color: '#BBB453'

red 187 ◦ green 180 ◦ blue 83

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

Shades of Olive Green #BBB453

Tints of Olive Green #BBB453

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40%

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

R = 41.56%
G = 40%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BBB453 (or 0xBBB453) is known color: Olive Green. HEX triplet: BB, B4 and 53. RGB value is (187,180,83). Sum of RGB (Red+Green+Blue) = 187+180+83=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB453 is #444BAC. Grayscale: #ABABAB. Windows color (decimal): -4475821 or 5485755. OLE color: 5485755.

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

Color convert

RGB 187 180 83 -
CMYK 0 0.04 0.56 0.27
HSL 55.96º 0.43% 0.53% -
HSV(B) 55.96º 0.56% 0.73% -
XYZ 38.38 43.83 14.62 -
YUV 171.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 187 180 83 0 0.04 0.56 0.27 55.96 0.43 0.53
Hex BB B4 53 0 4 38 1B 38 2B 35
Octal 273 264 123 0 4 70 33 70 53 65
Binary 10111011 10110100 1010011 0 100 111000 11011 111000 101011 110101

Color Harmonies of #BBB453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB453

Black with #BBB453

Text Example


Text Example

White with #BBB453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB453; }

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

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

background-color css

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

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

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

border-color css

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

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

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