Html Css Color HEX #BDB855 Olive Green

📋 copy color: '#BDB855'

red 189 ◦ green 184 ◦ blue 85

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

Shades of Olive Green #BDB855

Tints of Olive Green #BDB855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.56%

R = 41.27%
G = 40.17%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BDB855 (or 0xBDB855) is known color: Olive Green. HEX triplet: BD, B8 and 55. RGB value is (189,184,85). Sum of RGB (Red+Green+Blue) = 189+184+85=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB855 is #4247AA. Grayscale: #AEAEAE. Windows color (decimal): -4343723 or 5617853. OLE color: 5617853.

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

Color convert

RGB 189 184 85 -
CMYK 0 0.03 0.55 0.26
HSL 57.12º 0.44% 0.54% -
HSV(B) 57.12º 0.55% 0.74% -
XYZ 39.77 45.76 15.33 -
YUV 174.21 77.66 138.55 -
System Red Green Blue C M Y K H S L
Decimal 189 184 85 0 0.03 0.55 0.26 57.12 0.44 0.54
Hex BD B8 55 0 3 37 1A 39 2C 36
Octal 275 270 125 0 3 67 32 71 54 66
Binary 10111101 10111000 1010101 0 11 110111 11010 111001 101100 110110

Color Harmonies of #BDB855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB855

Black with #BDB855

Text Example


Text Example

White with #BDB855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB855; }

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

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

background-color css

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

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

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

border-color css

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

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

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