Html Css Color HEX #BDC655 Wild Willow

📋 copy color: '#BDC655'

red 189 ◦ green 198 ◦ blue 85

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

Shades of Wild Willow #BDC655

Tints of Wild Willow #BDC655

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.95%

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

R = 40.04%
G = 41.95%
B = 18.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#BDC655 (or 0xBDC655) is known color: Wild Willow. HEX triplet: BD, C6 and 55. RGB value is (189,198,85). Sum of RGB (Red+Green+Blue) = 189+198+85=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC655 is #4239AA. Grayscale: #B6B6B6. Windows color (decimal): -4340139 or 5621437. OLE color: 5621437.

HSL color Cylindrical-coordinate representation of color #BDC655: hue angle of 64.78º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDC655 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 85 -
CMYK 0.05 0 0.57 0.22
HSL 64.78º 0.5% 0.55% -
HSV(B) 64.78º 0.57% 0.78% -
XYZ 42.82 51.86 16.35 -
YUV 182.43 73.02 132.69 -
System Red Green Blue C M Y K H S L
Decimal 189 198 85 0.05 0 0.57 0.22 64.78 0.5 0.55
Hex BD C6 55 5 0 39 16 41 32 37
Octal 275 306 125 5 0 71 26 101 62 67
Binary 10111101 11000110 1010101 101 0 111001 10110 1000001 110010 110111

Color Harmonies of #BDC655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC655

Black with #BDC655

Text Example


Text Example

White with #BDC655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC655; }

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

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

background-color css

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

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

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

border-color css

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

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

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