Html Css Color HEX #BDB356 Olive Green

📋 copy color: '#BDB356'

red 189 ◦ green 179 ◦ blue 86

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

Shades of Olive Green #BDB356

Tints of Olive Green #BDB356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.94%

R = 41.63%
G = 39.43%
B = 18.94%

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

#BDB356 (or 0xBDB356) is known color: Olive Green. HEX triplet: BD, B3 and 56. RGB value is (189,179,86). Sum of RGB (Red+Green+Blue) = 189+179+86=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB356 is #424CA9. Grayscale: #ABABAB. Windows color (decimal): -4345002 or 5682109. OLE color: 5682109.

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

Color convert

RGB 189 179 86 -
CMYK 0 0.05 0.54 0.26
HSL 54.17º 0.44% 0.54% -
HSV(B) 54.17º 0.54% 0.74% -
XYZ 38.79 43.73 15.2 -
YUV 171.39 79.81 140.56 -
System Red Green Blue C M Y K H S L
Decimal 189 179 86 0 0.05 0.54 0.26 54.17 0.44 0.54
Hex BD B3 56 0 5 36 1A 36 2C 36
Octal 275 263 126 0 5 66 32 66 54 66
Binary 10111101 10110011 1010110 0 101 110110 11010 110110 101100 110110

Color Harmonies of #BDB356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB356

Black with #BDB356

Text Example


Text Example

White with #BDB356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB356; }

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

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

background-color css

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

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

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

border-color css

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

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

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