Html Css Color HEX #BDBA5D Olive Green

📋 copy color: '#BDBA5D'

red 189 ◦ green 186 ◦ blue 93

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

Shades of Olive Green #BDBA5D

Tints of Olive Green #BDBA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.74%

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

R = 40.38%
G = 39.74%
B = 19.87%

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

#BDBA5D (or 0xBDBA5D) is known color: Olive Green. HEX triplet: BD, BA and 5D. RGB value is (189,186,93). Sum of RGB (Red+Green+Blue) = 189+186+93=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA5D is #4245A2. Grayscale: #B0B0B0. Windows color (decimal): -4343203 or 6142653. OLE color: 6142653.

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

Color convert

RGB 189 186 93 -
CMYK 0 0.02 0.51 0.26
HSL 58.13º 0.42% 0.55% -
HSV(B) 58.13º 0.51% 0.74% -
XYZ 40.52 46.73 17.24 -
YUV 176.3 80.99 137.06 -
System Red Green Blue C M Y K H S L
Decimal 189 186 93 0 0.02 0.51 0.26 58.13 0.42 0.55
Hex BD BA 5D 0 2 33 1A 3A 2A 37
Octal 275 272 135 0 2 63 32 72 52 67
Binary 10111101 10111010 1011101 0 10 110011 11010 111010 101010 110111

Color Harmonies of #BDBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA5D

Black with #BDBA5D

Text Example


Text Example

White with #BDBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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