Html Css Color HEX #B4B251 Olive Green

📋 copy color: '#B4B251'

red 180 ◦ green 178 ◦ blue 81

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

Shades of Olive Green #B4B251

Tints of Olive Green #B4B251

RGB

 RED value IS 180 (70.7% from 255) = 41%

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

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

R = 41%
G = 40.55%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B4B251 (or 0xB4B251) is known color: Olive Green. HEX triplet: B4, B2 and 51. RGB value is (180,178,81). Sum of RGB (Red+Green+Blue) = 180+178+81=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B251 is #4B4DAE. Grayscale: #A7A7A7. Windows color (decimal): -4935087 or 5354164. OLE color: 5354164.

HSL color Cylindrical-coordinate representation of color #B4B251: hue angle of 58.79º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B4B251 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 178 81 -
CMYK 0 0.01 0.55 0.29
HSL 58.79º 0.4% 0.51% -
HSV(B) 58.79º 0.55% 0.71% -
XYZ 36.23 42.14 14.01 -
YUV 167.54 79.16 136.89 -
System Red Green Blue C M Y K H S L
Decimal 180 178 81 0 0.01 0.55 0.29 58.79 0.4 0.51
Hex B4 B2 51 0 1 37 1D 3B 28 33
Octal 264 262 121 0 1 67 35 73 50 63
Binary 10110100 10110010 1010001 0 1 110111 11101 111011 101000 110011

Color Harmonies of #B4B251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B251

Black with #B4B251

Text Example


Text Example

White with #B4B251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B251; }

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

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

background-color css

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

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

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

border-color css

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

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

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