Html Css Color HEX #B0B25F Olive Green

📋 copy color: '#B0B25F'

red 176 ◦ green 178 ◦ blue 95

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

Shades of Olive Green #B0B25F

Tints of Olive Green #B0B25F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.64%

 BLUE value IS 95 (37.5% from 255) = 21.16%

R = 39.2%
G = 39.64%
B = 21.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B0B25F (or 0xB0B25F) is known color: Olive Green. HEX triplet: B0, B2 and 5F. RGB value is (176,178,95). Sum of RGB (Red+Green+Blue) = 176+178+95=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B25F is #4F4DA0. Grayscale: #A8A8A8. Windows color (decimal): -5197217 or 6271664. OLE color: 6271664.

HSL color Cylindrical-coordinate representation of color #B0B25F: hue angle of 61.45º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0B25F is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 178 95 -
CMYK 0.01 0 0.47 0.30
HSL 61.45º 0.35% 0.54% -
HSV(B) 61.45º 0.47% 0.7% -
XYZ 35.89 41.9 17.02 -
YUV 167.94 86.84 133.75 -
System Red Green Blue C M Y K H S L
Decimal 176 178 95 0.01 0 0.47 0.30 61.45 0.35 0.54
Hex B0 B2 5F 1 0 2F 1E 3D 23 36
Octal 260 262 137 1 0 57 36 75 43 66
Binary 10110000 10110010 1011111 1 0 101111 11110 111101 100011 110110

Color Harmonies of #B0B25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B25F

Black with #B0B25F

Text Example


Text Example

White with #B0B25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B25F; }

 p { color: rgb(176,178,95); }

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

background-color css

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

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

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

border-color css

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

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

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