Html Css Color HEX #B2D061 Wild Willow

📋 copy color: '#B2D061'

red 178 ◦ green 208 ◦ blue 97

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

Shades of Wild Willow #B2D061

Tints of Wild Willow #B2D061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.08%

R = 36.85%
G = 43.06%
B = 20.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#B2D061 (or 0xB2D061) is known color: Wild Willow. HEX triplet: B2, D0 and 61. RGB value is (178,208,97). Sum of RGB (Red+Green+Blue) = 178+208+97=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D061 is #4D2F9E. Grayscale: #BABABA. Windows color (decimal): -5058463 or 6410418. OLE color: 6410418.

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

Color convert

RGB 178 208 97 -
CMYK 0.14 0 0.53 0.18
HSL 76.22º 0.54% 0.6% -
HSV(B) 76.22º 0.53% 0.82% -
XYZ 43.07 55.44 19.74 -
YUV 186.38 77.56 122.03 -
System Red Green Blue C M Y K H S L
Decimal 178 208 97 0.14 0 0.53 0.18 76.22 0.54 0.6
Hex B2 D0 61 E 0 35 12 4C 36 3C
Octal 262 320 141 16 0 65 22 114 66 74
Binary 10110010 11010000 1100001 1110 0 110101 10010 1001100 110110 111100

Color Harmonies of #B2D061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D061

Black with #B2D061

Text Example


Text Example

White with #B2D061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D061; }

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

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

background-color css

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

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

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

border-color css

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

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

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