Html Css Color HEX #B0B251 Olive Green

📋 copy color: '#B0B251'

red 176 ◦ green 178 ◦ blue 81

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

Shades of Olive Green #B0B251

Tints of Olive Green #B0B251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.62%

R = 40.46%
G = 40.92%
B = 18.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B0B251 (or 0xB0B251) is known color: Olive Green. HEX triplet: B0, B2 and 51. RGB value is (176,178,81). Sum of RGB (Red+Green+Blue) = 176+178+81=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 81 (32.03% from 255 or 18.62% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B251 is #4F4DAE. Grayscale: #A6A6A6. Windows color (decimal): -5197231 or 5354160. OLE color: 5354160.

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

Color convert

RGB 176 178 81 -
CMYK 0.01 0 0.54 0.30
HSL 61.24º 0.39% 0.51% -
HSV(B) 61.24º 0.54% 0.7% -
XYZ 35.31 41.66 13.97 -
YUV 166.34 79.84 134.89 -
System Red Green Blue C M Y K H S L
Decimal 176 178 81 0.01 0 0.54 0.30 61.24 0.39 0.51
Hex B0 B2 51 1 0 36 1E 3D 27 33
Octal 260 262 121 1 0 66 36 75 47 63
Binary 10110000 10110010 1010001 1 0 110110 11110 111101 100111 110011

Color Harmonies of #B0B251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B251

Black with #B0B251

Text Example


Text Example

White with #B0B251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B251; }

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

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

background-color css

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

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

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

border-color css

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

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

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