Html Css Color HEX #B5B450 Olive Green

📋 copy color: '#B5B450'

red 181 ◦ green 180 ◦ blue 80

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

Shades of Olive Green #B5B450

Tints of Olive Green #B5B450

RGB

 RED value IS 181 (71.09% from 255) = 41.04%

 GREEN value IS 180 (70.7% from 255) = 40.82%

 BLUE value IS 80 (31.64% from 255) = 18.14%

R = 41.04%
G = 40.82%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B5B450 (or 0xB5B450) is known color: Olive Green. HEX triplet: B5, B4 and 50. RGB value is (181,180,80). Sum of RGB (Red+Green+Blue) = 181+180+80=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B450 is #4A4BAF. Grayscale: #A9A9A9. Windows color (decimal): -4869040 or 5289141. OLE color: 5289141.

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

Color convert

RGB 181 180 80 -
CMYK 0 0.01 0.56 0.29
HSL 59.41º 0.41% 0.51% -
HSV(B) 59.41º 0.56% 0.71% -
XYZ 36.83 43.05 13.96 -
YUV 168.9 77.83 136.63 -
System Red Green Blue C M Y K H S L
Decimal 181 180 80 0 0.01 0.56 0.29 59.41 0.41 0.51
Hex B5 B4 50 0 1 38 1D 3B 29 33
Octal 265 264 120 0 1 70 35 73 51 63
Binary 10110101 10110100 1010000 0 1 111000 11101 111011 101001 110011

Color Harmonies of #B5B450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B450

Black with #B5B450

Text Example


Text Example

White with #B5B450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B450; }

 p { color: rgb(181,180,80); }

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

background-color css

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

 a { background-color: rgb(181,180,80); }

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

border-color css

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

 span { border-color: rgb(181,180,80); }

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