Html Css Color HEX #B1CD6C Wild Willow

📋 copy color: '#B1CD6C'

red 177 ◦ green 205 ◦ blue 108

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

Shades of Wild Willow #B1CD6C

Tints of Wild Willow #B1CD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.04%

R = 36.12%
G = 41.84%
B = 22.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#B1CD6C (or 0xB1CD6C) is known color: Wild Willow. HEX triplet: B1, CD and 6C. RGB value is (177,205,108). Sum of RGB (Red+Green+Blue) = 177+205+108=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CD6C is #4E3293. Grayscale: #B9B9B9. Windows color (decimal): -5124756 or 7130545. OLE color: 7130545.

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

Color convert

RGB 177 205 108 -
CMYK 0.14 0 0.47 0.20
HSL 77.32º 0.49% 0.61% -
HSV(B) 77.32º 0.47% 0.8% -
XYZ 42.67 54.09 22.38 -
YUV 185.57 84.22 121.89 -
System Red Green Blue C M Y K H S L
Decimal 177 205 108 0.14 0 0.47 0.20 77.32 0.49 0.61
Hex B1 CD 6C E 0 2F 14 4D 31 3D
Octal 261 315 154 16 0 57 24 115 61 75
Binary 10110001 11001101 1101100 1110 0 101111 10100 1001101 110001 111101

Color Harmonies of #B1CD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CD6C

Black with #B1CD6C

Text Example


Text Example

White with #B1CD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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