Html Css Color HEX #BDBA53 Olive Green

📋 copy color: '#BDBA53'

red 189 ◦ green 186 ◦ blue 83

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

Shades of Olive Green #BDBA53

Tints of Olive Green #BDBA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.12%

R = 41.27%
G = 40.61%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BDBA53 (or 0xBDBA53) is known color: Olive Green. HEX triplet: BD, BA and 53. RGB value is (189,186,83). Sum of RGB (Red+Green+Blue) = 189+186+83=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA53 is #4245AC. Grayscale: #AFAFAF. Windows color (decimal): -4343213 or 5487293. OLE color: 5487293.

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

Color convert

RGB 189 186 83 -
CMYK 0 0.02 0.56 0.26
HSL 58.3º 0.45% 0.53% -
HSV(B) 58.3º 0.56% 0.74% -
XYZ 40.11 46.56 15.06 -
YUV 175.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 189 186 83 0 0.02 0.56 0.26 58.3 0.45 0.53
Hex BD BA 53 0 2 38 1A 3A 2D 35
Octal 275 272 123 0 2 70 32 72 55 65
Binary 10111101 10111010 1010011 0 10 111000 11010 111010 101101 110101

Color Harmonies of #BDBA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA53

Black with #BDBA53

Text Example


Text Example

White with #BDBA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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