Html Css Color HEX #B8B362 Olive Green

📋 copy color: '#B8B362'

red 184 ◦ green 179 ◦ blue 98

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

Shades of Olive Green #B8B362

Tints of Olive Green #B8B362

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.83%

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

R = 39.91%
G = 38.83%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B8B362 (or 0xB8B362) is known color: Olive Green. HEX triplet: B8, B3 and 62. RGB value is (184,179,98). Sum of RGB (Red+Green+Blue) = 184+179+98=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B362 is #474C9D. Grayscale: #ABABAB. Windows color (decimal): -4672670 or 6468536. OLE color: 6468536.

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

Color convert

RGB 184 179 98 -
CMYK 0 0.03 0.47 0.28
HSL 56.51º 0.38% 0.55% -
HSV(B) 56.51º 0.47% 0.72% -
XYZ 38.09 43.31 17.91 -
YUV 171.26 86.66 137.09 -
System Red Green Blue C M Y K H S L
Decimal 184 179 98 0 0.03 0.47 0.28 56.51 0.38 0.55
Hex B8 B3 62 0 3 2F 1C 39 26 37
Octal 270 263 142 0 3 57 34 71 46 67
Binary 10111000 10110011 1100010 0 11 101111 11100 111001 100110 110111

Color Harmonies of #B8B362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B362

Black with #B8B362

Text Example


Text Example

White with #B8B362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B362; }

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

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

background-color css

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

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

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

border-color css

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

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

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