Html Css Color HEX #BDD05D Wild Willow

📋 copy color: '#BDD05D'

red 189 ◦ green 208 ◦ blue 93

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

Shades of Wild Willow #BDD05D

Tints of Wild Willow #BDD05D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.45%

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

R = 38.57%
G = 42.45%
B = 18.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#BDD05D (or 0xBDD05D) is known color: Wild Willow. HEX triplet: BD, D0 and 5D. RGB value is (189,208,93). Sum of RGB (Red+Green+Blue) = 189+208+93=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD05D is #422FA2. Grayscale: #BDBDBD. Windows color (decimal): -4337571 or 6148285. OLE color: 6148285.

HSL color Cylindrical-coordinate representation of color #BDD05D: hue angle of 69.91º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDD05D is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 93 -
CMYK 0.09 0 0.55 0.18
HSL 69.91º 0.55% 0.59% -
HSV(B) 69.91º 0.55% 0.82% -
XYZ 45.52 56.72 18.91 -
YUV 189.21 73.71 127.85 -
System Red Green Blue C M Y K H S L
Decimal 189 208 93 0.09 0 0.55 0.18 69.91 0.55 0.59
Hex BD D0 5D 9 0 37 12 46 37 3B
Octal 275 320 135 11 0 67 22 106 67 73
Binary 10111101 11010000 1011101 1001 0 110111 10010 1000110 110111 111011

Color Harmonies of #BDD05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD05D

Black with #BDD05D

Text Example


Text Example

White with #BDD05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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