Html Css Color HEX #BDD55C Wild Willow

📋 copy color: '#BDD55C'

red 189 ◦ green 213 ◦ blue 92

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

Shades of Wild Willow #BDD55C

Tints of Wild Willow #BDD55C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.62%

R = 38.26%
G = 43.12%
B = 18.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#BDD55C (or 0xBDD55C) is known color: Wild Willow. HEX triplet: BD, D5 and 5C. RGB value is (189,213,92). Sum of RGB (Red+Green+Blue) = 189+213+92=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD55C is #422AA3. Grayscale: #C0C0C0. Windows color (decimal): -4336292 or 6084029. OLE color: 6084029.

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

Color convert

RGB 189 213 92 -
CMYK 0.11 0 0.57 0.16
HSL 71.9º 0.59% 0.6% -
HSV(B) 71.9º 0.57% 0.84% -
XYZ 46.71 59.18 19.09 -
YUV 192.03 71.55 125.84 -
System Red Green Blue C M Y K H S L
Decimal 189 213 92 0.11 0 0.57 0.16 71.9 0.59 0.6
Hex BD D5 5C B 0 39 10 48 3B 3C
Octal 275 325 134 13 0 71 20 110 73 74
Binary 10111101 11010101 1011100 1011 0 111001 10000 1001000 111011 111100

Color Harmonies of #BDD55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD55C

Black with #BDD55C

Text Example


Text Example

White with #BDD55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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