Html Css Color HEX #BDB553 Olive Green

📋 copy color: '#BDB553'

red 189 ◦ green 181 ◦ blue 83

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

Shades of Olive Green #BDB553

Tints of Olive Green #BDB553

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.96%

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

R = 41.72%
G = 39.96%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BDB553 (or 0xBDB553) is known color: Olive Green. HEX triplet: BD, B5 and 53. RGB value is (189,181,83). Sum of RGB (Red+Green+Blue) = 189+181+83=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB553 is #424AAC. Grayscale: #ACACAC. Windows color (decimal): -4344493 or 5486013. OLE color: 5486013.

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

Color convert

RGB 189 181 83 -
CMYK 0 0.04 0.56 0.26
HSL 55.47º 0.45% 0.53% -
HSV(B) 55.47º 0.56% 0.74% -
XYZ 39.07 44.49 14.71 -
YUV 172.22 77.65 139.97 -
System Red Green Blue C M Y K H S L
Decimal 189 181 83 0 0.04 0.56 0.26 55.47 0.45 0.53
Hex BD B5 53 0 4 38 1A 37 2D 35
Octal 275 265 123 0 4 70 32 67 55 65
Binary 10111101 10110101 1010011 0 100 111000 11010 110111 101101 110101

Color Harmonies of #BDB553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB553

Black with #BDB553

Text Example


Text Example

White with #BDB553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB553; }

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

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

background-color css

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

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

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

border-color css

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

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

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