Html Css Color HEX #BDD673 Wild Willow

📋 copy color: '#BDD673'

red 189 ◦ green 214 ◦ blue 115

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

Shades of Wild Willow #BDD673

Tints of Wild Willow #BDD673

RGB

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

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

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

R = 36.49%
G = 41.31%
B = 22.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#BDD673 (or 0xBDD673) is known color: Wild Willow. HEX triplet: BD, D6 and 73. RGB value is (189,214,115). Sum of RGB (Red+Green+Blue) = 189+214+115=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD673 is #42298C. Grayscale: #C3C3C3. Windows color (decimal): -4336013 or 7591613. OLE color: 7591613.

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

Color convert

RGB 189 214 115 -
CMYK 0.12 0 0.46 0.16
HSL 75.15º 0.55% 0.65% -
HSV(B) 75.15º 0.46% 0.84% -
XYZ 48.13 60.15 25.29 -
YUV 195.24 82.72 123.55 -
System Red Green Blue C M Y K H S L
Decimal 189 214 115 0.12 0 0.46 0.16 75.15 0.55 0.65
Hex BD D6 73 C 0 2E 10 4B 37 41
Octal 275 326 163 14 0 56 20 113 67 101
Binary 10111101 11010110 1110011 1100 0 101110 10000 1001011 110111 1000001

Color Harmonies of #BDD673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD673

Black with #BDD673

Text Example


Text Example

White with #BDD673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD673; }

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

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

background-color css

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

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

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

border-color css

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

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

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