Html Css Color HEX #BDD661 Wild Willow

📋 copy color: '#BDD661'

red 189 ◦ green 214 ◦ blue 97

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

Shades of Wild Willow #BDD661

Tints of Wild Willow #BDD661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.4%

R = 37.8%
G = 42.8%
B = 19.4%

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

#BDD661 (or 0xBDD661) is known color: Wild Willow. HEX triplet: BD, D6 and 61. RGB value is (189,214,97). Sum of RGB (Red+Green+Blue) = 189+214+97=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD661 is #42299E. Grayscale: #C1C1C1. Windows color (decimal): -4336031 or 6411965. OLE color: 6411965.

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

Color convert

RGB 189 214 97 -
CMYK 0.12 0 0.55 0.16
HSL 72.82º 0.59% 0.61% -
HSV(B) 72.82º 0.55% 0.84% -
XYZ 47.19 59.78 20.36 -
YUV 193.19 73.72 125.01 -
System Red Green Blue C M Y K H S L
Decimal 189 214 97 0.12 0 0.55 0.16 72.82 0.59 0.61
Hex BD D6 61 C 0 37 10 49 3B 3D
Octal 275 326 141 14 0 67 20 111 73 75
Binary 10111101 11010110 1100001 1100 0 110111 10000 1001001 111011 111101

Color Harmonies of #BDD661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD661

Black with #BDD661

Text Example


Text Example

White with #BDD661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD661; }

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

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

background-color css

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

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

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

border-color css

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

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

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