Html Css Color HEX #BDD470 Wild Willow

📋 copy color: '#BDD470'

red 189 ◦ green 212 ◦ blue 112

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

Shades of Wild Willow #BDD470

Tints of Wild Willow #BDD470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.83%

R = 36.84%
G = 41.33%
B = 21.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#BDD470 (or 0xBDD470) is known color: Wild Willow. HEX triplet: BD, D4 and 70. RGB value is (189,212,112). Sum of RGB (Red+Green+Blue) = 189+212+112=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD470 is #422B8F. Grayscale: #C2C2C2. Windows color (decimal): -4336528 or 7394493. OLE color: 7394493.

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

Color convert

RGB 189 212 112 -
CMYK 0.11 0 0.47 0.17
HSL 73.8º 0.54% 0.64% -
HSV(B) 73.8º 0.47% 0.83% -
XYZ 47.45 59.08 24.23 -
YUV 193.72 81.88 124.63 -
System Red Green Blue C M Y K H S L
Decimal 189 212 112 0.11 0 0.47 0.17 73.8 0.54 0.64
Hex BD D4 70 B 0 2F 11 4A 36 40
Octal 275 324 160 13 0 57 21 112 66 100
Binary 10111101 11010100 1110000 1011 0 101111 10001 1001010 110110 1000000

Color Harmonies of #BDD470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD470

Black with #BDD470

Text Example


Text Example

White with #BDD470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD470; }

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

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

background-color css

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

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

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

border-color css

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

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

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