Html Css Color HEX #BDD75F Wild Willow

📋 copy color: '#BDD75F'

red 189 ◦ green 215 ◦ blue 95

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

Shades of Wild Willow #BDD75F

Tints of Wild Willow #BDD75F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.04%

R = 37.88%
G = 43.09%
B = 19.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#BDD75F (or 0xBDD75F) is known color: Wild Willow. HEX triplet: BD, D7 and 5F. RGB value is (189,215,95). Sum of RGB (Red+Green+Blue) = 189+215+95=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD75F is #4228A0. Grayscale: #C1C1C1. Windows color (decimal): -4335777 or 6281149. OLE color: 6281149.

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

Color convert

RGB 189 215 95 -
CMYK 0.12 0 0.56 0.16
HSL 73º 0.6% 0.61% -
HSV(B) 73º 0.56% 0.84% -
XYZ 47.35 60.25 19.96 -
YUV 193.55 72.39 124.76 -
System Red Green Blue C M Y K H S L
Decimal 189 215 95 0.12 0 0.56 0.16 73 0.6 0.61
Hex BD D7 5F C 0 38 10 49 3C 3D
Octal 275 327 137 14 0 70 20 111 74 75
Binary 10111101 11010111 1011111 1100 0 111000 10000 1001001 111100 111101

Color Harmonies of #BDD75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD75F

Black with #BDD75F

Text Example


Text Example

White with #BDD75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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