Html Css Color HEX #BDD374 Wild Willow

📋 copy color: '#BDD374'

red 189 ◦ green 211 ◦ blue 116

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

Shades of Wild Willow #BDD374

Tints of Wild Willow #BDD374

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.89%

 BLUE value IS 116 (45.7% from 255) = 22.48%

R = 36.63%
G = 40.89%
B = 22.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#BDD374 (or 0xBDD374) is known color: Wild Willow. HEX triplet: BD, D3 and 74. RGB value is (189,211,116). Sum of RGB (Red+Green+Blue) = 189+211+116=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD374 is #422C8B. Grayscale: #C1C1C1. Windows color (decimal): -4336780 or 7656381. OLE color: 7656381.

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

Color convert

RGB 189 211 116 -
CMYK 0.10 0 0.45 0.17
HSL 73.89º 0.52% 0.64% -
HSV(B) 73.89º 0.45% 0.83% -
XYZ 47.43 58.67 25.35 -
YUV 193.59 84.21 124.72 -
System Red Green Blue C M Y K H S L
Decimal 189 211 116 0.10 0 0.45 0.17 73.89 0.52 0.64
Hex BD D3 74 A 0 2D 11 4A 34 40
Octal 275 323 164 12 0 55 21 112 64 100
Binary 10111101 11010011 1110100 1010 0 101101 10001 1001010 110100 1000000

Color Harmonies of #BDD374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD374

Black with #BDD374

Text Example


Text Example

White with #BDD374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD374; }

 p { color: rgb(189,211,116); }

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

background-color css

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

 a { background-color: rgb(189,211,116); }

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

border-color css

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

 span { border-color: rgb(189,211,116); }

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