Html Css Color HEX #B2B260 Olive Green

📋 copy color: '#B2B260'

red 178 ◦ green 178 ◦ blue 96

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

Shades of Olive Green #B2B260

Tints of Olive Green #B2B260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.24%

R = 39.38%
G = 39.38%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B2B260 (or 0xB2B260) is known color: Olive Green. HEX triplet: B2, B2 and 60. RGB value is (178,178,96). Sum of RGB (Red+Green+Blue) = 178+178+96=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B260 is #4D4D9F. Grayscale: #A8A8A8. Windows color (decimal): -5066144 or 6337202. OLE color: 6337202.

HSL color Cylindrical-coordinate representation of color #B2B260: hue angle of 60º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2B260 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 178 96 -
CMYK 0 0 0.46 0.30
HSL 60º 0.35% 0.54% -
HSV(B) 60º 0.46% 0.7% -
XYZ 36.39 42.15 17.28 -
YUV 168.65 87 134.67 -
System Red Green Blue C M Y K H S L
Decimal 178 178 96 0 0 0.46 0.30 60 0.35 0.54
Hex B2 B2 60 0 0 2E 1E 3C 23 36
Octal 262 262 140 0 0 56 36 74 43 66
Binary 10110010 10110010 1100000 0 0 101110 11110 111100 100011 110110

Color Harmonies of #B2B260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B260

Black with #B2B260

Text Example


Text Example

White with #B2B260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B260; }

 p { color: rgb(178,178,96); }

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

background-color css

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

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

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

border-color css

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

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

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