Html Css Color HEX #B2B962 Olive Green

📋 copy color: '#B2B962'

red 178 ◦ green 185 ◦ blue 98

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

Shades of Olive Green #B2B962

Tints of Olive Green #B2B962

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.13%

 BLUE value IS 98 (38.67% from 255) = 21.26%

R = 38.61%
G = 40.13%
B = 21.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B2B962 (or 0xB2B962) is known color: Olive Green. HEX triplet: B2, B9 and 62. RGB value is (178,185,98). Sum of RGB (Red+Green+Blue) = 178+185+98=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B962 is #4D469D. Grayscale: #ADADAD. Windows color (decimal): -5064350 or 6470066. OLE color: 6470066.

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

Color convert

RGB 178 185 98 -
CMYK 0.04 0 0.47 0.27
HSL 64.83º 0.38% 0.55% -
HSV(B) 64.83º 0.47% 0.73% -
XYZ 37.91 45.04 18.25 -
YUV 172.99 85.68 131.57 -
System Red Green Blue C M Y K H S L
Decimal 178 185 98 0.04 0 0.47 0.27 64.83 0.38 0.55
Hex B2 B9 62 4 0 2F 1B 41 26 37
Octal 262 271 142 4 0 57 33 101 46 67
Binary 10110010 10111001 1100010 100 0 101111 11011 1000001 100110 110111

Color Harmonies of #B2B962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B962

Black with #B2B962

Text Example


Text Example

White with #B2B962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B962; }

 p { color: rgb(178,185,98); }

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

background-color css

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

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

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

border-color css

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

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

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