Html Css Color HEX #BDD175 Wild Willow

📋 copy color: '#BDD175'

red 189 ◦ green 209 ◦ blue 117

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

Shades of Wild Willow #BDD175

Tints of Wild Willow #BDD175

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.58%

 BLUE value IS 117 (46.09% from 255) = 22.72%

R = 36.7%
G = 40.58%
B = 22.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#BDD175 (or 0xBDD175) is known color: Wild Willow. HEX triplet: BD, D1 and 75. RGB value is (189,209,117). Sum of RGB (Red+Green+Blue) = 189+209+117=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD175 is #422E8A. Grayscale: #C0C0C0. Windows color (decimal): -4337291 or 7721405. OLE color: 7721405.

HSL color Cylindrical-coordinate representation of color #BDD175: hue angle of 73.04º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDD175 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 117 -
CMYK 0.10 0 0.44 0.18
HSL 73.04º 0.5% 0.64% -
HSV(B) 73.04º 0.44% 0.82% -
XYZ 47 57.7 25.49 -
YUV 192.53 85.37 125.48 -
System Red Green Blue C M Y K H S L
Decimal 189 209 117 0.10 0 0.44 0.18 73.04 0.5 0.64
Hex BD D1 75 A 0 2C 12 49 32 40
Octal 275 321 165 12 0 54 22 111 62 100
Binary 10111101 11010001 1110101 1010 0 101100 10010 1001001 110010 1000000

Color Harmonies of #BDD175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD175

Black with #BDD175

Text Example


Text Example

White with #BDD175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD175; }

 p { color: rgb(189,209,117); }

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

background-color css

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

 a { background-color: rgb(189,209,117); }

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

border-color css

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

 span { border-color: rgb(189,209,117); }

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