Html Css Color HEX #BDB555 Olive Green

📋 copy color: '#BDB555'

red 189 ◦ green 181 ◦ blue 85

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

Shades of Olive Green #BDB555

Tints of Olive Green #BDB555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.68%

R = 41.54%
G = 39.78%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BDB555 (or 0xBDB555) is known color: Olive Green. HEX triplet: BD, B5 and 55. RGB value is (189,181,85). Sum of RGB (Red+Green+Blue) = 189+181+85=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB555 is #424AAA. Grayscale: #ACACAC. Windows color (decimal): -4344491 or 5617085. OLE color: 5617085.

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

Color convert

RGB 189 181 85 -
CMYK 0 0.04 0.55 0.26
HSL 55.38º 0.44% 0.54% -
HSV(B) 55.38º 0.55% 0.74% -
XYZ 39.15 44.52 15.12 -
YUV 172.45 78.65 139.81 -
System Red Green Blue C M Y K H S L
Decimal 189 181 85 0 0.04 0.55 0.26 55.38 0.44 0.54
Hex BD B5 55 0 4 37 1A 37 2C 36
Octal 275 265 125 0 4 67 32 67 54 66
Binary 10111101 10110101 1010101 0 100 110111 11010 110111 101100 110110

Color Harmonies of #BDB555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB555

Black with #BDB555

Text Example


Text Example

White with #BDB555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB555; }

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

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

background-color css

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

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

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

border-color css

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

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

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