Html Css Color HEX #BDD475 Wild Willow

📋 copy color: '#BDD475'

red 189 ◦ green 212 ◦ blue 117

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

Shades of Wild Willow #BDD475

Tints of Wild Willow #BDD475

RGB

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

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

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

R = 36.49%
G = 40.93%
B = 22.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#BDD475 (or 0xBDD475) is known color: Wild Willow. HEX triplet: BD, D4 and 75. RGB value is (189,212,117). Sum of RGB (Red+Green+Blue) = 189+212+117=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD475 is #422B8A. Grayscale: #C2C2C2. Windows color (decimal): -4336523 or 7722173. OLE color: 7722173.

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

Color convert

RGB 189 212 117 -
CMYK 0.11 0 0.45 0.17
HSL 74.53º 0.52% 0.65% -
HSV(B) 74.53º 0.45% 0.83% -
XYZ 47.74 59.19 25.74 -
YUV 194.29 84.38 124.22 -
System Red Green Blue C M Y K H S L
Decimal 189 212 117 0.11 0 0.45 0.17 74.53 0.52 0.65
Hex BD D4 75 B 0 2D 11 4B 34 41
Octal 275 324 165 13 0 55 21 113 64 101
Binary 10111101 11010100 1110101 1011 0 101101 10001 1001011 110100 1000001

Color Harmonies of #BDD475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD475

Black with #BDD475

Text Example


Text Example

White with #BDD475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD475; }

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

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

background-color css

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

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

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

border-color css

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

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

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