Html Css Color HEX #BDB153 Olive Green

📋 copy color: '#BDB153'

red 189 ◦ green 177 ◦ blue 83

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

Shades of Olive Green #BDB153

Tints of Olive Green #BDB153

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.42%

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

R = 42.09%
G = 39.42%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BDB153 (or 0xBDB153) is known color: Olive Green. HEX triplet: BD, B1 and 53. RGB value is (189,177,83). Sum of RGB (Red+Green+Blue) = 189+177+83=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB153 is #424EAC. Grayscale: #AAAAAA. Windows color (decimal): -4345517 or 5484989. OLE color: 5484989.

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

Color convert

RGB 189 177 83 -
CMYK 0 0.06 0.56 0.26
HSL 53.21º 0.45% 0.53% -
HSV(B) 53.21º 0.56% 0.74% -
XYZ 38.27 42.89 14.44 -
YUV 169.87 78.98 141.64 -
System Red Green Blue C M Y K H S L
Decimal 189 177 83 0 0.06 0.56 0.26 53.21 0.45 0.53
Hex BD B1 53 0 6 38 1A 35 2D 35
Octal 275 261 123 0 6 70 32 65 55 65
Binary 10111101 10110001 1010011 0 110 111000 11010 110101 101101 110101

Color Harmonies of #BDB153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB153

Black with #BDB153

Text Example


Text Example

White with #BDB153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB153; }

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

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

background-color css

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

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

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

border-color css

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

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

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