Html Css Color HEX #BDD763 Wild Willow

📋 copy color: '#BDD763'

red 189 ◦ green 215 ◦ blue 99

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

Shades of Wild Willow #BDD763

Tints of Wild Willow #BDD763

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.74%

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

R = 37.57%
G = 42.74%
B = 19.68%

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

#BDD763 (or 0xBDD763) is known color: Wild Willow. HEX triplet: BD, D7 and 63. RGB value is (189,215,99). Sum of RGB (Red+Green+Blue) = 189+215+99=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD763 is #42289C. Grayscale: #C2C2C2. Windows color (decimal): -4335773 or 6543293. OLE color: 6543293.

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

Color convert

RGB 189 215 99 -
CMYK 0.12 0 0.54 0.16
HSL 73.45º 0.59% 0.62% -
HSV(B) 73.45º 0.54% 0.84% -
XYZ 47.54 60.32 20.94 -
YUV 194 74.39 124.43 -
System Red Green Blue C M Y K H S L
Decimal 189 215 99 0.12 0 0.54 0.16 73.45 0.59 0.62
Hex BD D7 63 C 0 36 10 49 3B 3E
Octal 275 327 143 14 0 66 20 111 73 76
Binary 10111101 11010111 1100011 1100 0 110110 10000 1001001 111011 111110

Color Harmonies of #BDD763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD763

Black with #BDD763

Text Example


Text Example

White with #BDD763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD763; }

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

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

background-color css

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

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

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

border-color css

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

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

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