Html Css Color HEX #BDB655 Olive Green

📋 copy color: '#BDB655'

red 189 ◦ green 182 ◦ blue 85

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

Shades of Olive Green #BDB655

Tints of Olive Green #BDB655

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.91%

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

R = 41.45%
G = 39.91%
B = 18.64%

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

#BDB655 (or 0xBDB655) is known color: Olive Green. HEX triplet: BD, B6 and 55. RGB value is (189,182,85). Sum of RGB (Red+Green+Blue) = 189+182+85=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB655 is #4249AA. Grayscale: #ADADAD. Windows color (decimal): -4344235 or 5617341. OLE color: 5617341.

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

Color convert

RGB 189 182 85 -
CMYK 0 0.04 0.55 0.26
HSL 55.96º 0.44% 0.54% -
HSV(B) 55.96º 0.55% 0.74% -
XYZ 39.35 44.93 15.19 -
YUV 173.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 189 182 85 0 0.04 0.55 0.26 55.96 0.44 0.54
Hex BD B6 55 0 4 37 1A 38 2C 36
Octal 275 266 125 0 4 67 32 70 54 66
Binary 10111101 10110110 1010101 0 100 110111 11010 111000 101100 110110

Color Harmonies of #BDB655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB655

Black with #BDB655

Text Example


Text Example

White with #BDB655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB655; }

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

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

background-color css

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

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

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

border-color css

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

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

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