Html Css Color HEX #BDB95E Olive Green

📋 copy color: '#BDB95E'

red 189 ◦ green 185 ◦ blue 94

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

Shades of Olive Green #BDB95E

Tints of Olive Green #BDB95E

RGB

 RED value IS 189 (74.22% from 255) = 40.38%

 GREEN value IS 185 (72.66% from 255) = 39.53%

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

R = 40.38%
G = 39.53%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BDB95E (or 0xBDB95E) is known color: Olive Green. HEX triplet: BD, B9 and 5E. RGB value is (189,185,94). Sum of RGB (Red+Green+Blue) = 189+185+94=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB95E is #4246A1. Grayscale: #B0B0B0. Windows color (decimal): -4343458 or 6207933. OLE color: 6207933.

HSL color Cylindrical-coordinate representation of color #BDB95E: hue angle of 57.47º 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 #BDB95E is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 94 -
CMYK 0 0.02 0.50 0.26
HSL 57.47º 0.42% 0.55% -
HSV(B) 57.47º 0.5% 0.74% -
XYZ 40.36 46.32 17.4 -
YUV 175.82 81.83 137.4 -
System Red Green Blue C M Y K H S L
Decimal 189 185 94 0 0.02 0.50 0.26 57.47 0.42 0.55
Hex BD B9 5E 0 2 32 1A 39 2A 37
Octal 275 271 136 0 2 62 32 71 52 67
Binary 10111101 10111001 1011110 0 10 110010 11010 111001 101010 110111

Color Harmonies of #BDB95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB95E

Black with #BDB95E

Text Example


Text Example

White with #BDB95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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