Html Css Color HEX #BDD670 Wild Willow

📋 copy color: '#BDD670'

red 189 ◦ green 214 ◦ blue 112

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

Shades of Wild Willow #BDD670

Tints of Wild Willow #BDD670

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.55%

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

R = 36.7%
G = 41.55%
B = 21.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#BDD670 (or 0xBDD670) is known color: Wild Willow. HEX triplet: BD, D6 and 70. RGB value is (189,214,112). Sum of RGB (Red+Green+Blue) = 189+214+112=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD670 is #42298F. Grayscale: #C3C3C3. Windows color (decimal): -4336016 or 7395005. OLE color: 7395005.

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

Color convert

RGB 189 214 112 -
CMYK 0.12 0 0.48 0.16
HSL 74.71º 0.55% 0.64% -
HSV(B) 74.71º 0.48% 0.84% -
XYZ 47.96 60.08 24.4 -
YUV 194.9 81.22 123.79 -
System Red Green Blue C M Y K H S L
Decimal 189 214 112 0.12 0 0.48 0.16 74.71 0.55 0.64
Hex BD D6 70 C 0 30 10 4B 37 40
Octal 275 326 160 14 0 60 20 113 67 100
Binary 10111101 11010110 1110000 1100 0 110000 10000 1001011 110111 1000000

Color Harmonies of #BDD670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD670

Black with #BDD670

Text Example


Text Example

White with #BDD670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD670; }

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

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

background-color css

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

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

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

border-color css

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

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

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