Html Css Color HEX #B2B553 Olive Green

📋 copy color: '#B2B553'

red 178 ◦ green 181 ◦ blue 83

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

Shades of Olive Green #B2B553

Tints of Olive Green #B2B553

RGB

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

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

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

R = 40.27%
G = 40.95%
B = 18.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B2B553 (or 0xB2B553) is known color: Olive Green. HEX triplet: B2, B5 and 53. RGB value is (178,181,83). Sum of RGB (Red+Green+Blue) = 178+181+83=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 83 (32.81% from 255 or 18.78% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B553 is #4D4AAC. Grayscale: #A9A9A9. Windows color (decimal): -5065389 or 5486002. OLE color: 5486002.

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

Color convert

RGB 178 181 83 -
CMYK 0.02 0 0.54 0.29
HSL 61.84º 0.4% 0.52% -
HSV(B) 61.84º 0.54% 0.71% -
XYZ 36.45 43.14 14.59 -
YUV 168.93 79.51 134.47 -
System Red Green Blue C M Y K H S L
Decimal 178 181 83 0.02 0 0.54 0.29 61.84 0.4 0.52
Hex B2 B5 53 2 0 36 1D 3E 28 34
Octal 262 265 123 2 0 66 35 76 50 64
Binary 10110010 10110101 1010011 10 0 110110 11101 111110 101000 110100

Color Harmonies of #B2B553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B553

Black with #B2B553

Text Example


Text Example

White with #B2B553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B553; }

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

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

background-color css

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

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

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

border-color css

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

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

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