Html Css Color HEX #B0B75A Olive Green

📋 copy color: '#B0B75A'

red 176 ◦ green 183 ◦ blue 90

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

Shades of Olive Green #B0B75A

Tints of Olive Green #B0B75A

RGB

 RED value IS 176 (69.14% from 255) = 39.2%

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

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

R = 39.2%
G = 40.76%
B = 20.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B0B75A (or 0xB0B75A) is known color: Olive Green. HEX triplet: B0, B7 and 5A. RGB value is (176,183,90). Sum of RGB (Red+Green+Blue) = 176+183+90=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B75A is #4F48A5. Grayscale: #AAAAAA. Windows color (decimal): -5195942 or 5945264. OLE color: 5945264.

HSL color Cylindrical-coordinate representation of color #B0B75A: hue angle of 64.52º degrees, saturation: 0.39, 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 #B0B75A is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 183 90 -
CMYK 0.04 0 0.51 0.28
HSL 64.52º 0.39% 0.54% -
HSV(B) 64.52º 0.51% 0.72% -
XYZ 36.68 43.84 16.2 -
YUV 170.31 82.68 132.06 -
System Red Green Blue C M Y K H S L
Decimal 176 183 90 0.04 0 0.51 0.28 64.52 0.39 0.54
Hex B0 B7 5A 4 0 33 1C 41 27 36
Octal 260 267 132 4 0 63 34 101 47 66
Binary 10110000 10110111 1011010 100 0 110011 11100 1000001 100111 110110

Color Harmonies of #B0B75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B75A

Black with #B0B75A

Text Example


Text Example

White with #B0B75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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