Html Css Color HEX #BDDC64 Wild Willow

📋 copy color: '#BDDC64'

red 189 ◦ green 220 ◦ blue 100

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

Shades of Wild Willow #BDDC64

Tints of Wild Willow #BDDC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.65%

R = 37.13%
G = 43.22%
B = 19.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#BDDC64 (or 0xBDDC64) is known color: Wild Willow. HEX triplet: BD, DC and 64. RGB value is (189,220,100). Sum of RGB (Red+Green+Blue) = 189+220+100=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC64 is #42239B. Grayscale: #C5C5C5. Windows color (decimal): -4334492 or 6610109. OLE color: 6610109.

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

Color convert

RGB 189 220 100 -
CMYK 0.14 0 0.55 0.14
HSL 75.5º 0.63% 0.63% -
HSV(B) 75.5º 0.55% 0.86% -
XYZ 48.88 62.93 21.63 -
YUV 197.05 73.23 122.26 -
System Red Green Blue C M Y K H S L
Decimal 189 220 100 0.14 0 0.55 0.14 75.5 0.63 0.63
Hex BD DC 64 E 0 37 E 4C 3F 3F
Octal 275 334 144 16 0 67 16 114 77 77
Binary 10111101 11011100 1100100 1110 0 110111 1110 1001100 111111 111111

Color Harmonies of #BDDC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC64

Black with #BDDC64

Text Example


Text Example

White with #BDDC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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