Html Css Color HEX #BDD263 Wild Willow

📋 copy color: '#BDD263'

red 189 ◦ green 210 ◦ blue 99

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

Shades of Wild Willow #BDD263

Tints of Wild Willow #BDD263

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.17%

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

R = 37.95%
G = 42.17%
B = 19.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#BDD263 (or 0xBDD263) is known color: Wild Willow. HEX triplet: BD, D2 and 63. RGB value is (189,210,99). Sum of RGB (Red+Green+Blue) = 189+210+99=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD263 is #422D9C. Grayscale: #BFBFBF. Windows color (decimal): -4337053 or 6542013. OLE color: 6542013.

HSL color Cylindrical-coordinate representation of color #BDD263: hue angle of 71.35º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDD263 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 99 -
CMYK 0.10 0 0.53 0.18
HSL 71.35º 0.55% 0.61% -
HSV(B) 71.35º 0.53% 0.82% -
XYZ 46.28 57.81 20.52 -
YUV 191.07 76.04 126.53 -
System Red Green Blue C M Y K H S L
Decimal 189 210 99 0.10 0 0.53 0.18 71.35 0.55 0.61
Hex BD D2 63 A 0 35 12 47 37 3D
Octal 275 322 143 12 0 65 22 107 67 75
Binary 10111101 11010010 1100011 1010 0 110101 10010 1000111 110111 111101

Color Harmonies of #BDD263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD263

Black with #BDD263

Text Example


Text Example

White with #BDD263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD263; }

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

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

background-color css

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

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

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

border-color css

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

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

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