Html Css Color HEX #B2C760 Wild Willow

📋 copy color: '#B2C760'

red 178 ◦ green 199 ◦ blue 96

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

Shades of Wild Willow #B2C760

Tints of Wild Willow #B2C760

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.07%

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

R = 37.63%
G = 42.07%
B = 20.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#B2C760 (or 0xB2C760) is known color: Wild Willow. HEX triplet: B2, C7 and 60. RGB value is (178,199,96). Sum of RGB (Red+Green+Blue) = 178+199+96=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C760 is #4D389F. Grayscale: #B5B5B5. Windows color (decimal): -5060768 or 6342578. OLE color: 6342578.

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

Color convert

RGB 178 199 96 -
CMYK 0.11 0 0.52 0.22
HSL 72.23º 0.48% 0.58% -
HSV(B) 72.23º 0.52% 0.78% -
XYZ 40.89 51.16 18.79 -
YUV 180.98 80.04 125.88 -
System Red Green Blue C M Y K H S L
Decimal 178 199 96 0.11 0 0.52 0.22 72.23 0.48 0.58
Hex B2 C7 60 B 0 34 16 48 30 3A
Octal 262 307 140 13 0 64 26 110 60 72
Binary 10110010 11000111 1100000 1011 0 110100 10110 1001000 110000 111010

Color Harmonies of #B2C760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C760

Black with #B2C760

Text Example


Text Example

White with #B2C760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C760; }

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

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

background-color css

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

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

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

border-color css

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

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

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