Html Css Color HEX #BDD663 Wild Willow

📋 copy color: '#BDD663'

red 189 ◦ green 214 ◦ blue 99

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

Shades of Wild Willow #BDD663

Tints of Wild Willow #BDD663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.72%

R = 37.65%
G = 42.63%
B = 19.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#BDD663 (or 0xBDD663) is known color: Wild Willow. HEX triplet: BD, D6 and 63. RGB value is (189,214,99). Sum of RGB (Red+Green+Blue) = 189+214+99=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD663 is #42299C. Grayscale: #C1C1C1. Windows color (decimal): -4336029 or 6543037. OLE color: 6543037.

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

Color convert

RGB 189 214 99 -
CMYK 0.12 0 0.54 0.16
HSL 73.04º 0.58% 0.61% -
HSV(B) 73.04º 0.54% 0.84% -
XYZ 47.28 59.81 20.86 -
YUV 193.42 74.72 124.85 -
System Red Green Blue C M Y K H S L
Decimal 189 214 99 0.12 0 0.54 0.16 73.04 0.58 0.61
Hex BD D6 63 C 0 36 10 49 3A 3D
Octal 275 326 143 14 0 66 20 111 72 75
Binary 10111101 11010110 1100011 1100 0 110110 10000 1001001 111010 111101

Color Harmonies of #BDD663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD663

Black with #BDD663

Text Example


Text Example

White with #BDD663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD663; }

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

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

background-color css

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

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

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

border-color css

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

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

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