Html Css Color HEX #BDB853 Olive Green

📋 copy color: '#BDB853'

red 189 ◦ green 184 ◦ blue 83

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

Shades of Olive Green #BDB853

Tints of Olive Green #BDB853

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.35%

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

R = 41.45%
G = 40.35%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BDB853 (or 0xBDB853) is known color: Olive Green. HEX triplet: BD, B8 and 53. RGB value is (189,184,83). Sum of RGB (Red+Green+Blue) = 189+184+83=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB853 is #4247AC. Grayscale: #AEAEAE. Windows color (decimal): -4343725 or 5486781. OLE color: 5486781.

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

Color convert

RGB 189 184 83 -
CMYK 0 0.03 0.56 0.26
HSL 57.17º 0.45% 0.53% -
HSV(B) 57.17º 0.56% 0.74% -
XYZ 39.69 45.72 14.92 -
YUV 173.98 76.66 138.71 -
System Red Green Blue C M Y K H S L
Decimal 189 184 83 0 0.03 0.56 0.26 57.17 0.45 0.53
Hex BD B8 53 0 3 38 1A 39 2D 35
Octal 275 270 123 0 3 70 32 71 55 65
Binary 10111101 10111000 1010011 0 11 111000 11010 111001 101101 110101

Color Harmonies of #BDB853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB853

Black with #BDB853

Text Example


Text Example

White with #BDB853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB853; }

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

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

background-color css

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

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

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

border-color css

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

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

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