Html Css Color HEX #B2B550 Olive Green

📋 copy color: '#B2B550'

red 178 ◦ green 181 ◦ blue 80

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

Shades of Olive Green #B2B550

Tints of Olive Green #B2B550

RGB

 RED value IS 178 (69.92% from 255) = 40.55%

 GREEN value IS 181 (71.09% from 255) = 41.23%

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

R = 40.55%
G = 41.23%
B = 18.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B2B550 (or 0xB2B550) is known color: Olive Green. HEX triplet: B2, B5 and 50. RGB value is (178,181,80). Sum of RGB (Red+Green+Blue) = 178+181+80=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B550 is #4D4AAF. Grayscale: #A8A8A8. Windows color (decimal): -5065392 or 5289394. OLE color: 5289394.

HSL color Cylindrical-coordinate representation of color #B2B550: hue angle of 61.78º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2B550 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 181 80 -
CMYK 0.02 0 0.56 0.29
HSL 61.78º 0.41% 0.51% -
HSV(B) 61.78º 0.56% 0.71% -
XYZ 36.33 43.09 13.99 -
YUV 168.59 78.01 134.71 -
System Red Green Blue C M Y K H S L
Decimal 178 181 80 0.02 0 0.56 0.29 61.78 0.41 0.51
Hex B2 B5 50 2 0 38 1D 3E 29 33
Octal 262 265 120 2 0 70 35 76 51 63
Binary 10110010 10110101 1010000 10 0 111000 11101 111110 101001 110011

Color Harmonies of #B2B550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B550

Black with #B2B550

Text Example


Text Example

White with #B2B550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B550; }

 p { color: rgb(178,181,80); }

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

background-color css

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

 a { background-color: rgb(178,181,80); }

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

border-color css

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

 span { border-color: rgb(178,181,80); }

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