Html Css Color HEX #BDC560 Wild Willow

📋 copy color: '#BDC560'

red 189 ◦ green 197 ◦ blue 96

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

Shades of Wild Willow #BDC560

Tints of Wild Willow #BDC560

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.87%

 BLUE value IS 96 (37.89% from 255) = 19.92%

R = 39.21%
G = 40.87%
B = 19.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#BDC560 (or 0xBDC560) is known color: Wild Willow. HEX triplet: BD, C5 and 60. RGB value is (189,197,96). Sum of RGB (Red+Green+Blue) = 189+197+96=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC560 is #423A9F. Grayscale: #B7B7B7. Windows color (decimal): -4340384 or 6342077. OLE color: 6342077.

HSL color Cylindrical-coordinate representation of color #BDC560: hue angle of 64.75º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDC560 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 96 -
CMYK 0.04 0 0.51 0.23
HSL 64.75º 0.47% 0.57% -
HSV(B) 64.75º 0.51% 0.77% -
XYZ 43.06 51.6 18.76 -
YUV 183.09 78.85 132.21 -
System Red Green Blue C M Y K H S L
Decimal 189 197 96 0.04 0 0.51 0.23 64.75 0.47 0.57
Hex BD C5 60 4 0 33 17 41 2F 39
Octal 275 305 140 4 0 63 27 101 57 71
Binary 10111101 11000101 1100000 100 0 110011 10111 1000001 101111 111001

Color Harmonies of #BDC560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC560

Black with #BDC560

Text Example


Text Example

White with #BDC560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC560; }

 p { color: rgb(189,197,96); }

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

background-color css

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

 a { background-color: rgb(189,197,96); }

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

border-color css

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

 span { border-color: rgb(189,197,96); }

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