Html Css Color HEX #BDD660 Wild Willow

📋 copy color: '#BDD660'

red 189 ◦ green 214 ◦ blue 96

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

Shades of Wild Willow #BDD660

Tints of Wild Willow #BDD660

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.89%

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

R = 37.88%
G = 42.89%
B = 19.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#BDD660 (or 0xBDD660) is known color: Wild Willow. HEX triplet: BD, D6 and 60. RGB value is (189,214,96). Sum of RGB (Red+Green+Blue) = 189+214+96=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD660 is #42299F. Grayscale: #C1C1C1. Windows color (decimal): -4336032 or 6346429. OLE color: 6346429.

HSL color Cylindrical-coordinate representation of color #BDD660: hue angle of 72.71º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDD660 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 96 -
CMYK 0.12 0 0.55 0.16
HSL 72.71º 0.59% 0.61% -
HSV(B) 72.71º 0.55% 0.84% -
XYZ 47.14 59.76 20.12 -
YUV 193.07 73.22 125.09 -
System Red Green Blue C M Y K H S L
Decimal 189 214 96 0.12 0 0.55 0.16 72.71 0.59 0.61
Hex BD D6 60 C 0 37 10 49 3B 3D
Octal 275 326 140 14 0 67 20 111 73 75
Binary 10111101 11010110 1100000 1100 0 110111 10000 1001001 111011 111101

Color Harmonies of #BDD660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD660

Black with #BDD660

Text Example


Text Example

White with #BDD660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD660; }

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

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

background-color css

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

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

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

border-color css

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

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

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