Html Css Color HEX #B5BD5A Olive Green

📋 copy color: '#B5BD5A'

red 181 ◦ green 189 ◦ blue 90

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

Shades of Olive Green #B5BD5A

Tints of Olive Green #B5BD5A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.09%

 BLUE value IS 90 (35.55% from 255) = 19.57%

R = 39.35%
G = 41.09%
B = 19.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#B5BD5A (or 0xB5BD5A) is known color: Olive Green. HEX triplet: B5, BD and 5A. RGB value is (181,189,90). Sum of RGB (Red+Green+Blue) = 181+189+90=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD5A is #4A42A5. Grayscale: #AFAFAF. Windows color (decimal): -4866726 or 5946805. OLE color: 5946805.

HSL color Cylindrical-coordinate representation of color #B5BD5A: hue angle of 64.85º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5BD5A is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 189 90 -
CMYK 0.04 0 0.52 0.26
HSL 64.85º 0.43% 0.55% -
HSV(B) 64.85º 0.52% 0.74% -
XYZ 39.1 46.96 16.68 -
YUV 175.32 79.85 132.05 -
System Red Green Blue C M Y K H S L
Decimal 181 189 90 0.04 0 0.52 0.26 64.85 0.43 0.55
Hex B5 BD 5A 4 0 34 1A 41 2B 37
Octal 265 275 132 4 0 64 32 101 53 67
Binary 10110101 10111101 1011010 100 0 110100 11010 1000001 101011 110111

Color Harmonies of #B5BD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BD5A

Black with #B5BD5A

Text Example


Text Example

White with #B5BD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BD5A; }

 p { color: rgb(181,189,90); }

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

background-color css

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

 a { background-color: rgb(181,189,90); }

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

border-color css

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

 span { border-color: rgb(181,189,90); }

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