Html Css Color HEX #B5B14D Olive Green

📋 copy color: '#B5B14D'

red 181 ◦ green 177 ◦ blue 77

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

Shades of Olive Green #B5B14D

Tints of Olive Green #B5B14D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.69%

 BLUE value IS 77 (30.47% from 255) = 17.7%

R = 41.61%
G = 40.69%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5B14D (or 0xB5B14D) is known color: Olive Green. HEX triplet: B5, B1 and 4D. RGB value is (181,177,77). Sum of RGB (Red+Green+Blue) = 181+177+77=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B14D is #4A4EB2. Grayscale: #A7A7A7. Windows color (decimal): -4869811 or 5091765. OLE color: 5091765.

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

Color convert

RGB 181 177 77 -
CMYK 0 0.02 0.57 0.29
HSL 57.69º 0.41% 0.51% -
HSV(B) 57.69º 0.57% 0.71% -
XYZ 36.12 41.8 13.19 -
YUV 166.8 77.33 138.13 -
System Red Green Blue C M Y K H S L
Decimal 181 177 77 0 0.02 0.57 0.29 57.69 0.41 0.51
Hex B5 B1 4D 0 2 39 1D 3A 29 33
Octal 265 261 115 0 2 71 35 72 51 63
Binary 10110101 10110001 1001101 0 10 111001 11101 111010 101001 110011

Color Harmonies of #B5B14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B14D

Black with #B5B14D

Text Example


Text Example

White with #B5B14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B14D; }

 p { color: rgb(181,177,77); }

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

background-color css

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

 a { background-color: rgb(181,177,77); }

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

border-color css

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

 span { border-color: rgb(181,177,77); }

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