Html Css Color HEX #BDD473 Wild Willow

📋 copy color: '#BDD473'

red 189 ◦ green 212 ◦ blue 115

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

Shades of Wild Willow #BDD473

Tints of Wild Willow #BDD473

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.09%

 BLUE value IS 115 (45.31% from 255) = 22.29%

R = 36.63%
G = 41.09%
B = 22.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#BDD473 (or 0xBDD473) is known color: Wild Willow. HEX triplet: BD, D4 and 73. RGB value is (189,212,115). Sum of RGB (Red+Green+Blue) = 189+212+115=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD473 is #422B8C. Grayscale: #C2C2C2. Windows color (decimal): -4336525 or 7591101. OLE color: 7591101.

HSL color Cylindrical-coordinate representation of color #BDD473: hue angle of 74.23º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDD473 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 115 -
CMYK 0.11 0 0.46 0.17
HSL 74.23º 0.53% 0.64% -
HSV(B) 74.23º 0.46% 0.83% -
XYZ 47.62 59.14 25.13 -
YUV 194.07 83.38 124.39 -
System Red Green Blue C M Y K H S L
Decimal 189 212 115 0.11 0 0.46 0.17 74.23 0.53 0.64
Hex BD D4 73 B 0 2E 11 4A 35 40
Octal 275 324 163 13 0 56 21 112 65 100
Binary 10111101 11010100 1110011 1011 0 101110 10001 1001010 110101 1000000

Color Harmonies of #BDD473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD473

Black with #BDD473

Text Example


Text Example

White with #BDD473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD473; }

 p { color: rgb(189,212,115); }

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

background-color css

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

 a { background-color: rgb(189,212,115); }

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

border-color css

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

 span { border-color: rgb(189,212,115); }

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