Html Css Color HEX #B2C661 Wild Willow

📋 copy color: '#B2C661'

red 178 ◦ green 198 ◦ blue 97

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

Shades of Wild Willow #B2C661

Tints of Wild Willow #B2C661

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.86%

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

R = 37.63%
G = 41.86%
B = 20.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#B2C661 (or 0xB2C661) is known color: Wild Willow. HEX triplet: B2, C6 and 61. RGB value is (178,198,97). Sum of RGB (Red+Green+Blue) = 178+198+97=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C661 is #4D399E. Grayscale: #B4B4B4. Windows color (decimal): -5061023 or 6407858. OLE color: 6407858.

HSL color Cylindrical-coordinate representation of color #B2C661: hue angle of 71.88º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2C661 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 198 97 -
CMYK 0.10 0 0.51 0.22
HSL 71.88º 0.47% 0.58% -
HSV(B) 71.88º 0.51% 0.78% -
XYZ 40.71 50.72 18.95 -
YUV 180.51 80.87 126.21 -
System Red Green Blue C M Y K H S L
Decimal 178 198 97 0.10 0 0.51 0.22 71.88 0.47 0.58
Hex B2 C6 61 A 0 33 16 48 2F 3A
Octal 262 306 141 12 0 63 26 110 57 72
Binary 10110010 11000110 1100001 1010 0 110011 10110 1001000 101111 111010

Color Harmonies of #B2C661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C661

Black with #B2C661

Text Example


Text Example

White with #B2C661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C661; }

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

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

background-color css

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

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

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

border-color css

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

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

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