Html Css Color HEX #B4BD5E Olive Green

📋 copy color: '#B4BD5E'

red 180 ◦ green 189 ◦ blue 94

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

Shades of Olive Green #B4BD5E

Tints of Olive Green #B4BD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.3%

R = 38.88%
G = 40.82%
B = 20.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#B4BD5E (or 0xB4BD5E) is known color: Olive Green. HEX triplet: B4, BD and 5E. RGB value is (180,189,94). Sum of RGB (Red+Green+Blue) = 180+189+94=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BD5E is #4B42A1. Grayscale: #AFAFAF. Windows color (decimal): -4932258 or 6208948. OLE color: 6208948.

HSL color Cylindrical-coordinate representation of color #B4BD5E: hue angle of 65.68º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4BD5E is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 189 94 -
CMYK 0.05 0 0.50 0.26
HSL 65.68º 0.42% 0.55% -
HSV(B) 65.68º 0.5% 0.74% -
XYZ 39.04 46.91 17.59 -
YUV 175.48 82.02 131.22 -
System Red Green Blue C M Y K H S L
Decimal 180 189 94 0.05 0 0.50 0.26 65.68 0.42 0.55
Hex B4 BD 5E 5 0 32 1A 42 2A 37
Octal 264 275 136 5 0 62 32 102 52 67
Binary 10110100 10111101 1011110 101 0 110010 11010 1000010 101010 110111

Color Harmonies of #B4BD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BD5E

Black with #B4BD5E

Text Example


Text Example

White with #B4BD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BD5E; }

 p { color: rgb(180,189,94); }

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

background-color css

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

 a { background-color: rgb(180,189,94); }

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

border-color css

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

 span { border-color: rgb(180,189,94); }

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