Html Css Color HEX #B5B862 Olive Green

📋 copy color: '#B5B862'

red 181 ◦ green 184 ◦ blue 98

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

Shades of Olive Green #B5B862

Tints of Olive Green #B5B862

RGB

 RED value IS 181 (71.09% from 255) = 39.09%

 GREEN value IS 184 (72.27% from 255) = 39.74%

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

R = 39.09%
G = 39.74%
B = 21.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B5B862 (or 0xB5B862) is known color: Olive Green. HEX triplet: B5, B8 and 62. RGB value is (181,184,98). Sum of RGB (Red+Green+Blue) = 181+184+98=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B862 is #4A479D. Grayscale: #ADADAD. Windows color (decimal): -4867998 or 6469813. OLE color: 6469813.

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

Color convert

RGB 181 184 98 -
CMYK 0.02 0 0.47 0.28
HSL 62.09º 0.38% 0.55% -
HSV(B) 62.09º 0.47% 0.72% -
XYZ 38.4 44.99 18.21 -
YUV 173.3 85.51 133.49 -
System Red Green Blue C M Y K H S L
Decimal 181 184 98 0.02 0 0.47 0.28 62.09 0.38 0.55
Hex B5 B8 62 2 0 2F 1C 3E 26 37
Octal 265 270 142 2 0 57 34 76 46 67
Binary 10110101 10111000 1100010 10 0 101111 11100 111110 100110 110111

Color Harmonies of #B5B862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B862

Black with #B5B862

Text Example


Text Example

White with #B5B862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B862; }

 p { color: rgb(181,184,98); }

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

background-color css

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

 a { background-color: rgb(181,184,98); }

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

border-color css

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

 span { border-color: rgb(181,184,98); }

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