Html Css Color HEX #BDD564 Wild Willow

📋 copy color: '#BDD564'

red 189 ◦ green 213 ◦ blue 100

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

Shades of Wild Willow #BDD564

Tints of Wild Willow #BDD564

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.43%

 BLUE value IS 100 (39.45% from 255) = 19.92%

R = 37.65%
G = 42.43%
B = 19.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#BDD564 (or 0xBDD564) is known color: Wild Willow. HEX triplet: BD, D5 and 64. RGB value is (189,213,100). Sum of RGB (Red+Green+Blue) = 189+213+100=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD564 is #422A9B. Grayscale: #C1C1C1. Windows color (decimal): -4336284 or 6608317. OLE color: 6608317.

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

Color convert

RGB 189 213 100 -
CMYK 0.11 0 0.53 0.16
HSL 72.74º 0.57% 0.61% -
HSV(B) 72.74º 0.53% 0.84% -
XYZ 47.08 59.33 21.03 -
YUV 192.94 75.55 125.19 -
System Red Green Blue C M Y K H S L
Decimal 189 213 100 0.11 0 0.53 0.16 72.74 0.57 0.61
Hex BD D5 64 B 0 35 10 49 39 3D
Octal 275 325 144 13 0 65 20 111 71 75
Binary 10111101 11010101 1100100 1011 0 110101 10000 1001001 111001 111101

Color Harmonies of #BDD564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD564

Black with #BDD564

Text Example


Text Example

White with #BDD564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD564; }

 p { color: rgb(189,213,100); }

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

background-color css

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

 a { background-color: rgb(189,213,100); }

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

border-color css

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

 span { border-color: rgb(189,213,100); }

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