Html Css Color HEX #BBB450 Olive Green

📋 copy color: '#BBB450'

red 187 ◦ green 180 ◦ blue 80

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

Shades of Olive Green #BBB450

Tints of Olive Green #BBB450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.9%

R = 41.83%
G = 40.27%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BBB450 (or 0xBBB450) is known color: Olive Green. HEX triplet: BB, B4 and 50. RGB value is (187,180,80). Sum of RGB (Red+Green+Blue) = 187+180+80=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB450 is #444BAF. Grayscale: #ABABAB. Windows color (decimal): -4475824 or 5289147. OLE color: 5289147.

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

Color convert

RGB 187 180 80 -
CMYK 0 0.04 0.57 0.27
HSL 56.07º 0.44% 0.52% -
HSV(B) 56.07º 0.57% 0.73% -
XYZ 38.26 43.79 14.02 -
YUV 170.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 187 180 80 0 0.04 0.57 0.27 56.07 0.44 0.52
Hex BB B4 50 0 4 39 1B 38 2C 34
Octal 273 264 120 0 4 71 33 70 54 64
Binary 10111011 10110100 1010000 0 100 111001 11011 111000 101100 110100

Color Harmonies of #BBB450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB450

Black with #BBB450

Text Example


Text Example

White with #BBB450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB450; }

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

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

background-color css

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

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

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

border-color css

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

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

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