Html Css Color HEX #BDDC65 Wild Willow

📋 copy color: '#BDDC65'

red 189 ◦ green 220 ◦ blue 101

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

Shades of Wild Willow #BDDC65

Tints of Wild Willow #BDDC65

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.14%

 BLUE value IS 101 (39.84% from 255) = 19.8%

R = 37.06%
G = 43.14%
B = 19.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#BDDC65 (or 0xBDDC65) is known color: Wild Willow. HEX triplet: BD, DC and 65. RGB value is (189,220,101). Sum of RGB (Red+Green+Blue) = 189+220+101=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC65 is #42239A. Grayscale: #C5C5C5. Windows color (decimal): -4334491 or 6675645. OLE color: 6675645.

HSL color Cylindrical-coordinate representation of color #BDDC65: hue angle of 75.63º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDDC65 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 101 -
CMYK 0.14 0 0.54 0.14
HSL 75.63º 0.63% 0.63% -
HSV(B) 75.63º 0.54% 0.86% -
XYZ 48.93 62.94 21.88 -
YUV 197.17 73.73 122.18 -
System Red Green Blue C M Y K H S L
Decimal 189 220 101 0.14 0 0.54 0.14 75.63 0.63 0.63
Hex BD DC 65 E 0 36 E 4C 3F 3F
Octal 275 334 145 16 0 66 16 114 77 77
Binary 10111101 11011100 1100101 1110 0 110110 1110 1001100 111111 111111

Color Harmonies of #BDDC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC65

Black with #BDDC65

Text Example


Text Example

White with #BDDC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC65; }

 p { color: rgb(189,220,101); }

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

background-color css

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

 a { background-color: rgb(189,220,101); }

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

border-color css

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

 span { border-color: rgb(189,220,101); }

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