Html Css Color HEX #B8B75D Olive Green

📋 copy color: '#B8B75D'

red 184 ◦ green 183 ◦ blue 93

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

Shades of Olive Green #B8B75D

Tints of Olive Green #B8B75D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.78%

 BLUE value IS 93 (36.72% from 255) = 20.22%

R = 40%
G = 39.78%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8B75D (or 0xB8B75D) is known color: Olive Green. HEX triplet: B8, B7 and 5D. RGB value is (184,183,93). Sum of RGB (Red+Green+Blue) = 184+183+93=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B75D is #4748A2. Grayscale: #ADADAD. Windows color (decimal): -4671651 or 6141880. OLE color: 6141880.

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

Color convert

RGB 184 183 93 -
CMYK 0 0.01 0.49 0.28
HSL 59.34º 0.39% 0.54% -
HSV(B) 59.34º 0.49% 0.72% -
XYZ 38.68 44.85 16.97 -
YUV 173.04 82.83 135.82 -
System Red Green Blue C M Y K H S L
Decimal 184 183 93 0 0.01 0.49 0.28 59.34 0.39 0.54
Hex B8 B7 5D 0 1 31 1C 3B 27 36
Octal 270 267 135 0 1 61 34 73 47 66
Binary 10111000 10110111 1011101 0 1 110001 11100 111011 100111 110110

Color Harmonies of #B8B75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B75D

Black with #B8B75D

Text Example


Text Example

White with #B8B75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B75D; }

 p { color: rgb(184,183,93); }

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

background-color css

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

 a { background-color: rgb(184,183,93); }

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

border-color css

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

 span { border-color: rgb(184,183,93); }

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