Html Css Color HEX #B8B75A Olive Green

📋 copy color: '#B8B75A'

red 184 ◦ green 183 ◦ blue 90

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

Shades of Olive Green #B8B75A

Tints of Olive Green #B8B75A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.69%

R = 40.26%
G = 40.04%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B8B75A (or 0xB8B75A) is known color: Olive Green. HEX triplet: B8, B7 and 5A. RGB value is (184,183,90). Sum of RGB (Red+Green+Blue) = 184+183+90=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B75A is #4748A5. Grayscale: #ADADAD. Windows color (decimal): -4671654 or 5945272. OLE color: 5945272.

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

Color convert

RGB 184 183 90 -
CMYK 0 0.01 0.51 0.28
HSL 59.36º 0.4% 0.54% -
HSV(B) 59.36º 0.51% 0.72% -
XYZ 38.55 44.8 16.29 -
YUV 172.7 81.33 136.06 -
System Red Green Blue C M Y K H S L
Decimal 184 183 90 0 0.01 0.51 0.28 59.36 0.4 0.54
Hex B8 B7 5A 0 1 33 1C 3B 28 36
Octal 270 267 132 0 1 63 34 73 50 66
Binary 10111000 10110111 1011010 0 1 110011 11100 111011 101000 110110

Color Harmonies of #B8B75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B75A

Black with #B8B75A

Text Example


Text Example

White with #B8B75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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