Html Css Color HEX #B8B45E Olive Green

📋 copy color: '#B8B45E'

red 184 ◦ green 180 ◦ blue 94

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

Shades of Olive Green #B8B45E

Tints of Olive Green #B8B45E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.3%

 BLUE value IS 94 (37.11% from 255) = 20.52%

R = 40.17%
G = 39.3%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8B45E (or 0xB8B45E) is known color: Olive Green. HEX triplet: B8, B4 and 5E. RGB value is (184,180,94). Sum of RGB (Red+Green+Blue) = 184+180+94=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B45E is #474BA1. Grayscale: #ABABAB. Windows color (decimal): -4672418 or 6206648. OLE color: 6206648.

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

Color convert

RGB 184 180 94 -
CMYK 0 0.02 0.49 0.28
HSL 57.33º 0.39% 0.55% -
HSV(B) 57.33º 0.49% 0.72% -
XYZ 38.11 43.64 17 -
YUV 171.39 84.33 136.99 -
System Red Green Blue C M Y K H S L
Decimal 184 180 94 0 0.02 0.49 0.28 57.33 0.39 0.55
Hex B8 B4 5E 0 2 31 1C 39 27 37
Octal 270 264 136 0 2 61 34 71 47 67
Binary 10111000 10110100 1011110 0 10 110001 11100 111001 100111 110111

Color Harmonies of #B8B45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B45E

Black with #B8B45E

Text Example


Text Example

White with #B8B45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B45E; }

 p { color: rgb(184,180,94); }

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

background-color css

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

 a { background-color: rgb(184,180,94); }

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

border-color css

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

 span { border-color: rgb(184,180,94); }

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