Html Css Color HEX #B8B562 Olive Green

📋 copy color: '#B8B562'

red 184 ◦ green 181 ◦ blue 98

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

Shades of Olive Green #B8B562

Tints of Olive Green #B8B562

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B8B562 (or 0xB8B562) is known color: Olive Green. HEX triplet: B8, B5 and 62. RGB value is (184,181,98). Sum of RGB (Red+Green+Blue) = 184+181+98=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B562 is #474A9D. Grayscale: #ACACAC. Windows color (decimal): -4672158 or 6469048. OLE color: 6469048.

HSL color Cylindrical-coordinate representation of color #B8B562: hue angle of 57.91º 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 #B8B562 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 181 98 -
CMYK 0 0.02 0.47 0.28
HSL 57.91º 0.38% 0.55% -
HSV(B) 57.91º 0.47% 0.72% -
XYZ 38.5 44.12 18.04 -
YUV 172.44 85.99 136.25 -
System Red Green Blue C M Y K H S L
Decimal 184 181 98 0 0.02 0.47 0.28 57.91 0.38 0.55
Hex B8 B5 62 0 2 2F 1C 3A 26 37
Octal 270 265 142 0 2 57 34 72 46 67
Binary 10111000 10110101 1100010 0 10 101111 11100 111010 100110 110111

Color Harmonies of #B8B562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B562

Black with #B8B562

Text Example


Text Example

White with #B8B562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B562; }

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

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

background-color css

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

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

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

border-color css

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

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

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