Html Css Color HEX #BDD65F Wild Willow

📋 copy color: '#BDD65F'

red 189 ◦ green 214 ◦ blue 95

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

Shades of Wild Willow #BDD65F

Tints of Wild Willow #BDD65F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.97%

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

R = 37.95%
G = 42.97%
B = 19.08%

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

#BDD65F (or 0xBDD65F) is known color: Wild Willow. HEX triplet: BD, D6 and 5F. RGB value is (189,214,95). Sum of RGB (Red+Green+Blue) = 189+214+95=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD65F is #4229A0. Grayscale: #C1C1C1. Windows color (decimal): -4336033 or 6280893. OLE color: 6280893.

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

Color convert

RGB 189 214 95 -
CMYK 0.12 0 0.56 0.16
HSL 72.61º 0.59% 0.61% -
HSV(B) 72.61º 0.56% 0.84% -
XYZ 47.1 59.74 19.87 -
YUV 192.96 72.72 125.18 -
System Red Green Blue C M Y K H S L
Decimal 189 214 95 0.12 0 0.56 0.16 72.61 0.59 0.61
Hex BD D6 5F C 0 38 10 49 3B 3D
Octal 275 326 137 14 0 70 20 111 73 75
Binary 10111101 11010110 1011111 1100 0 111000 10000 1001001 111011 111101

Color Harmonies of #BDD65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD65F

Black with #BDD65F

Text Example


Text Example

White with #BDD65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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