Html Css Color HEX #B2D060 Wild Willow

📋 copy color: '#B2D060'

red 178 ◦ green 208 ◦ blue 96

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

Shades of Wild Willow #B2D060

Tints of Wild Willow #B2D060

RGB

 RED value IS 178 (69.92% from 255) = 36.93%

 GREEN value IS 208 (81.64% from 255) = 43.15%

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

R = 36.93%
G = 43.15%
B = 19.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#B2D060 (or 0xB2D060) is known color: Wild Willow. HEX triplet: B2, D0 and 60. RGB value is (178,208,96). Sum of RGB (Red+Green+Blue) = 178+208+96=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D060 is #4D2F9F. Grayscale: #BABABA. Windows color (decimal): -5058464 or 6344882. OLE color: 6344882.

HSL color Cylindrical-coordinate representation of color #B2D060: hue angle of 76.07º degrees, saturation: 0.54, 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 #B2D060 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 208 96 -
CMYK 0.14 0 0.54 0.18
HSL 76.07º 0.54% 0.6% -
HSV(B) 76.07º 0.54% 0.82% -
XYZ 43.03 55.42 19.5 -
YUV 186.26 77.06 122.11 -
System Red Green Blue C M Y K H S L
Decimal 178 208 96 0.14 0 0.54 0.18 76.07 0.54 0.6
Hex B2 D0 60 E 0 36 12 4C 36 3C
Octal 262 320 140 16 0 66 22 114 66 74
Binary 10110010 11010000 1100000 1110 0 110110 10010 1001100 110110 111100

Color Harmonies of #B2D060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D060

Black with #B2D060

Text Example


Text Example

White with #B2D060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D060; }

 p { color: rgb(178,208,96); }

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

background-color css

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

 a { background-color: rgb(178,208,96); }

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

border-color css

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

 span { border-color: rgb(178,208,96); }

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