Html Css Color HEX #B6D260 Wild Willow

📋 copy color: '#B6D260'

red 182 ◦ green 210 ◦ blue 96

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

Shades of Wild Willow #B6D260

Tints of Wild Willow #B6D260

RGB

 RED value IS 182 (71.48% from 255) = 37.3%

 GREEN value IS 210 (82.42% from 255) = 43.03%

 BLUE value IS 96 (37.89% from 255) = 19.67%

R = 37.3%
G = 43.03%
B = 19.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#B6D260 (or 0xB6D260) is known color: Wild Willow. HEX triplet: B6, D2 and 60. RGB value is (182,210,96). Sum of RGB (Red+Green+Blue) = 182+210+96=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D260 is #492D9F. Grayscale: #BDBDBD. Windows color (decimal): -4795808 or 6345398. OLE color: 6345398.

HSL color Cylindrical-coordinate representation of color #B6D260: hue angle of 74.74º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B6D260 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 210 96 -
CMYK 0.13 0 0.54 0.18
HSL 74.74º 0.56% 0.6% -
HSV(B) 74.74º 0.54% 0.82% -
XYZ 44.45 56.88 19.7 -
YUV 188.63 75.72 123.27 -
System Red Green Blue C M Y K H S L
Decimal 182 210 96 0.13 0 0.54 0.18 74.74 0.56 0.6
Hex B6 D2 60 D 0 36 12 4B 38 3C
Octal 266 322 140 15 0 66 22 113 70 74
Binary 10110110 11010010 1100000 1101 0 110110 10010 1001011 111000 111100

Color Harmonies of #B6D260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D260

Black with #B6D260

Text Example


Text Example

White with #B6D260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D260; }

 p { color: rgb(182,210,96); }

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

background-color css

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

 a { background-color: rgb(182,210,96); }

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

border-color css

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

 span { border-color: rgb(182,210,96); }

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