Html Css Color HEX #B0B04F Olive Green

📋 copy color: '#B0B04F'

red 176 ◦ green 176 ◦ blue 79

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

Shades of Olive Green #B0B04F

Tints of Olive Green #B0B04F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.84%

 BLUE value IS 79 (31.25% from 255) = 18.33%

R = 40.84%
G = 40.84%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B0B04F (or 0xB0B04F) is known color: Olive Green. HEX triplet: B0, B0 and 4F. RGB value is (176,176,79). Sum of RGB (Red+Green+Blue) = 176+176+79=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B04F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B04F is #4F4FB0. Grayscale: #A5A5A5. Windows color (decimal): -5197745 or 5222576. OLE color: 5222576.

HSL color Cylindrical-coordinate representation of color #B0B04F: hue angle of 60º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0B04F is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 176 79 -
CMYK 0 0 0.55 0.31
HSL 60º 0.38% 0.5% -
HSV(B) 60º 0.55% 0.69% -
XYZ 34.84 40.85 13.44 -
YUV 164.94 79.5 135.89 -
System Red Green Blue C M Y K H S L
Decimal 176 176 79 0 0 0.55 0.31 60 0.38 0.5
Hex B0 B0 4F 0 0 37 1F 3C 26 32
Octal 260 260 117 0 0 67 37 74 46 62
Binary 10110000 10110000 1001111 0 0 110111 11111 111100 100110 110010

Color Harmonies of #B0B04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B04F

Black with #B0B04F

Text Example


Text Example

White with #B0B04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B04F; }

 p { color: rgb(176,176,79); }

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

background-color css

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

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

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

border-color css

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

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

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