Html Css Color HEX #BDB357 Olive Green

📋 copy color: '#BDB357'

red 189 ◦ green 179 ◦ blue 87

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

Shades of Olive Green #BDB357

Tints of Olive Green #BDB357

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.34%

 BLUE value IS 87 (34.38% from 255) = 19.12%

R = 41.54%
G = 39.34%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BDB357 (or 0xBDB357) is known color: Olive Green. HEX triplet: BD, B3 and 57. RGB value is (189,179,87). Sum of RGB (Red+Green+Blue) = 189+179+87=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB357 is #424CA8. Grayscale: #ABABAB. Windows color (decimal): -4345001 or 5747645. OLE color: 5747645.

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

Color convert

RGB 189 179 87 -
CMYK 0 0.05 0.54 0.26
HSL 54.12º 0.44% 0.54% -
HSV(B) 54.12º 0.54% 0.74% -
XYZ 38.83 43.75 15.41 -
YUV 171.5 80.31 140.48 -
System Red Green Blue C M Y K H S L
Decimal 189 179 87 0 0.05 0.54 0.26 54.12 0.44 0.54
Hex BD B3 57 0 5 36 1A 36 2C 36
Octal 275 263 127 0 5 66 32 66 54 66
Binary 10111101 10110011 1010111 0 101 110110 11010 110110 101100 110110

Color Harmonies of #BDB357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB357

Black with #BDB357

Text Example


Text Example

White with #BDB357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB357; }

 p { color: rgb(189,179,87); }

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

background-color css

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

 a { background-color: rgb(189,179,87); }

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

border-color css

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

 span { border-color: rgb(189,179,87); }

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