Html Css Color HEX #B2CF60 Wild Willow

📋 copy color: '#B2CF60'

red 178 ◦ green 207 ◦ blue 96

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

Shades of Wild Willow #B2CF60

Tints of Wild Willow #B2CF60

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.04%

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

R = 37.01%
G = 43.04%
B = 19.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#B2CF60 (or 0xB2CF60) is known color: Wild Willow. HEX triplet: B2, CF and 60. RGB value is (178,207,96). Sum of RGB (Red+Green+Blue) = 178+207+96=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CF60 is #4D309F. Grayscale: #BABABA. Windows color (decimal): -5058720 or 6344626. OLE color: 6344626.

HSL color Cylindrical-coordinate representation of color #B2CF60: hue angle of 75.68º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2CF60 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 207 96 -
CMYK 0.14 0 0.54 0.19
HSL 75.68º 0.54% 0.59% -
HSV(B) 75.68º 0.54% 0.81% -
XYZ 42.78 54.94 19.41 -
YUV 185.68 77.39 122.53 -
System Red Green Blue C M Y K H S L
Decimal 178 207 96 0.14 0 0.54 0.19 75.68 0.54 0.59
Hex B2 CF 60 E 0 36 13 4C 36 3B
Octal 262 317 140 16 0 66 23 114 66 73
Binary 10110010 11001111 1100000 1110 0 110110 10011 1001100 110110 111011

Color Harmonies of #B2CF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CF60

Black with #B2CF60

Text Example


Text Example

White with #B2CF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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