Html Css Color HEX #B1CD64 Wild Willow

📋 copy color: '#B1CD64'

red 177 ◦ green 205 ◦ blue 100

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

Shades of Wild Willow #B1CD64

Tints of Wild Willow #B1CD64

RGB

 RED value IS 177 (69.53% from 255) = 36.72%

 GREEN value IS 205 (80.47% from 255) = 42.53%

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

R = 36.72%
G = 42.53%
B = 20.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#B1CD64 (or 0xB1CD64) is known color: Wild Willow. HEX triplet: B1, CD and 64. RGB value is (177,205,100). Sum of RGB (Red+Green+Blue) = 177+205+100=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CD64 is #4E329B. Grayscale: #B9B9B9. Windows color (decimal): -5124764 or 6606257. OLE color: 6606257.

HSL color Cylindrical-coordinate representation of color #B1CD64: hue angle of 76º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1CD64 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 205 100 -
CMYK 0.14 0 0.51 0.20
HSL 76º 0.51% 0.6% -
HSV(B) 76º 0.51% 0.8% -
XYZ 42.26 53.93 20.24 -
YUV 184.66 80.22 122.54 -
System Red Green Blue C M Y K H S L
Decimal 177 205 100 0.14 0 0.51 0.20 76 0.51 0.6
Hex B1 CD 64 E 0 33 14 4C 33 3C
Octal 261 315 144 16 0 63 24 114 63 74
Binary 10110001 11001101 1100100 1110 0 110011 10100 1001100 110011 111100

Color Harmonies of #B1CD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CD64

Black with #B1CD64

Text Example


Text Example

White with #B1CD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CD64; }

 p { color: rgb(177,205,100); }

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

background-color css

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

 a { background-color: rgb(177,205,100); }

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

border-color css

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

 span { border-color: rgb(177,205,100); }

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