Html Css Color HEX #BDD76F Wild Willow

📋 copy color: '#BDD76F'

red 189 ◦ green 215 ◦ blue 111

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

Shades of Wild Willow #BDD76F

Tints of Wild Willow #BDD76F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.75%

 BLUE value IS 111 (43.75% from 255) = 21.55%

R = 36.7%
G = 41.75%
B = 21.55%

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

#BDD76F (or 0xBDD76F) is known color: Wild Willow. HEX triplet: BD, D7 and 6F. RGB value is (189,215,111). Sum of RGB (Red+Green+Blue) = 189+215+111=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD76F is #422890. Grayscale: #C3C3C3. Windows color (decimal): -4335761 or 7329725. OLE color: 7329725.

HSL color Cylindrical-coordinate representation of color #BDD76F: hue angle of 75º degrees, saturation: 0.57, 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 #BDD76F is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 111 -
CMYK 0.12 0 0.48 0.16
HSL 75º 0.57% 0.64% -
HSV(B) 75º 0.48% 0.84% -
XYZ 48.16 60.57 24.19 -
YUV 195.37 80.39 123.46 -
System Red Green Blue C M Y K H S L
Decimal 189 215 111 0.12 0 0.48 0.16 75 0.57 0.64
Hex BD D7 6F C 0 30 10 4B 39 40
Octal 275 327 157 14 0 60 20 113 71 100
Binary 10111101 11010111 1101111 1100 0 110000 10000 1001011 111001 1000000

Color Harmonies of #BDD76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD76F

Black with #BDD76F

Text Example


Text Example

White with #BDD76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD76F; }

 p { color: rgb(189,215,111); }

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

background-color css

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

 a { background-color: rgb(189,215,111); }

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

border-color css

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

 span { border-color: rgb(189,215,111); }

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