Html Css Color HEX #BDB854 Olive Green

📋 copy color: '#BDB854'

red 189 ◦ green 184 ◦ blue 84

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

Shades of Olive Green #BDB854

Tints of Olive Green #BDB854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.38%

R = 41.36%
G = 40.26%
B = 18.38%

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

#BDB854 (or 0xBDB854) is known color: Olive Green. HEX triplet: BD, B8 and 54. RGB value is (189,184,84). Sum of RGB (Red+Green+Blue) = 189+184+84=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB854 is #4247AB. Grayscale: #AEAEAE. Windows color (decimal): -4343724 or 5552317. OLE color: 5552317.

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

Color convert

RGB 189 184 84 -
CMYK 0 0.03 0.56 0.26
HSL 57.14º 0.44% 0.54% -
HSV(B) 57.14º 0.56% 0.74% -
XYZ 39.73 45.74 15.12 -
YUV 174.1 77.16 138.63 -
System Red Green Blue C M Y K H S L
Decimal 189 184 84 0 0.03 0.56 0.26 57.14 0.44 0.54
Hex BD B8 54 0 3 38 1A 39 2C 36
Octal 275 270 124 0 3 70 32 71 54 66
Binary 10111101 10111000 1010100 0 11 111000 11010 111001 101100 110110

Color Harmonies of #BDB854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB854

Black with #BDB854

Text Example


Text Example

White with #BDB854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB854; }

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

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

background-color css

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

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

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

border-color css

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

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

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