Html Css Color HEX #BDD55D Wild Willow

📋 copy color: '#BDD55D'

red 189 ◦ green 213 ◦ blue 93

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

Shades of Wild Willow #BDD55D

Tints of Wild Willow #BDD55D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.03%

 BLUE value IS 93 (36.72% from 255) = 18.79%

R = 38.18%
G = 43.03%
B = 18.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#BDD55D (or 0xBDD55D) is known color: Wild Willow. HEX triplet: BD, D5 and 5D. RGB value is (189,213,93). Sum of RGB (Red+Green+Blue) = 189+213+93=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD55D is #422AA2. Grayscale: #C0C0C0. Windows color (decimal): -4336291 or 6149565. OLE color: 6149565.

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

Color convert

RGB 189 213 93 -
CMYK 0.11 0 0.56 0.16
HSL 72º 0.59% 0.6% -
HSV(B) 72º 0.56% 0.84% -
XYZ 46.76 59.2 19.32 -
YUV 192.14 72.05 125.76 -
System Red Green Blue C M Y K H S L
Decimal 189 213 93 0.11 0 0.56 0.16 72 0.59 0.6
Hex BD D5 5D B 0 38 10 48 3B 3C
Octal 275 325 135 13 0 70 20 110 73 74
Binary 10111101 11010101 1011101 1011 0 111000 10000 1001000 111011 111100

Color Harmonies of #BDD55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD55D

Black with #BDD55D

Text Example


Text Example

White with #BDD55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD55D; }

 p { color: rgb(189,213,93); }

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

background-color css

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

 a { background-color: rgb(189,213,93); }

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

border-color css

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

 span { border-color: rgb(189,213,93); }

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