Html Css Color HEX #BDB95D Olive Green

📋 copy color: '#BDB95D'

red 189 ◦ green 185 ◦ blue 93

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

Shades of Olive Green #BDB95D

Tints of Olive Green #BDB95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.91%

R = 40.47%
G = 39.61%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BDB95D (or 0xBDB95D) is known color: Olive Green. HEX triplet: BD, B9 and 5D. RGB value is (189,185,93). Sum of RGB (Red+Green+Blue) = 189+185+93=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB95D is #4246A2. Grayscale: #B0B0B0. Windows color (decimal): -4343459 or 6142397. OLE color: 6142397.

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

Color convert

RGB 189 185 93 -
CMYK 0 0.02 0.51 0.26
HSL 57.5º 0.42% 0.55% -
HSV(B) 57.5º 0.51% 0.74% -
XYZ 40.31 46.31 17.17 -
YUV 175.71 81.33 137.48 -
System Red Green Blue C M Y K H S L
Decimal 189 185 93 0 0.02 0.51 0.26 57.5 0.42 0.55
Hex BD B9 5D 0 2 33 1A 3A 2A 37
Octal 275 271 135 0 2 63 32 72 52 67
Binary 10111101 10111001 1011101 0 10 110011 11010 111010 101010 110111

Color Harmonies of #BDB95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB95D

Black with #BDB95D

Text Example


Text Example

White with #BDB95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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