Html Css Color HEX #BBB25A Olive Green

📋 copy color: '#BBB25A'

red 187 ◦ green 178 ◦ blue 90

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

Shades of Olive Green #BBB25A

Tints of Olive Green #BBB25A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.12%

 BLUE value IS 90 (35.55% from 255) = 19.78%

R = 41.1%
G = 39.12%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BBB25A (or 0xBBB25A) is known color: Olive Green. HEX triplet: BB, B2 and 5A. RGB value is (187,178,90). Sum of RGB (Red+Green+Blue) = 187+178+90=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB25A is #444DA5. Grayscale: #ABABAB. Windows color (decimal): -4476326 or 5943995. OLE color: 5943995.

HSL color Cylindrical-coordinate representation of color #BBB25A: hue angle of 54.43º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBB25A is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 178 90 -
CMYK 0 0.05 0.52 0.27
HSL 54.43º 0.42% 0.54% -
HSV(B) 54.43º 0.52% 0.73% -
XYZ 38.26 43.14 15.98 -
YUV 170.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 187 178 90 0 0.05 0.52 0.27 54.43 0.42 0.54
Hex BB B2 5A 0 5 34 1B 36 2A 36
Octal 273 262 132 0 5 64 33 66 52 66
Binary 10111011 10110010 1011010 0 101 110100 11011 110110 101010 110110

Color Harmonies of #BBB25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB25A

Black with #BBB25A

Text Example


Text Example

White with #BBB25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB25A; }

 p { color: rgb(187,178,90); }

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

background-color css

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

 a { background-color: rgb(187,178,90); }

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

border-color css

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

 span { border-color: rgb(187,178,90); }

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