Html Css Color HEX #B0B25E Olive Green

📋 copy color: '#B0B25E'

red 176 ◦ green 178 ◦ blue 94

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

Shades of Olive Green #B0B25E

Tints of Olive Green #B0B25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.98%

R = 39.29%
G = 39.73%
B = 20.98%

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

#B0B25E (or 0xB0B25E) is known color: Olive Green. HEX triplet: B0, B2 and 5E. RGB value is (176,178,94). Sum of RGB (Red+Green+Blue) = 176+178+94=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B25E is #4F4DA1. Grayscale: #A8A8A8. Windows color (decimal): -5197218 or 6206128. OLE color: 6206128.

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

Color convert

RGB 176 178 94 -
CMYK 0.01 0 0.47 0.30
HSL 61.43º 0.35% 0.53% -
HSV(B) 61.43º 0.47% 0.7% -
XYZ 35.85 41.88 16.78 -
YUV 167.83 86.34 133.83 -
System Red Green Blue C M Y K H S L
Decimal 176 178 94 0.01 0 0.47 0.30 61.43 0.35 0.53
Hex B0 B2 5E 1 0 2F 1E 3D 23 35
Octal 260 262 136 1 0 57 36 75 43 65
Binary 10110000 10110010 1011110 1 0 101111 11110 111101 100011 110101

Color Harmonies of #B0B25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B25E

Black with #B0B25E

Text Example


Text Example

White with #B0B25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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