Html Css Color HEX #B2CD63 Wild Willow

📋 copy color: '#B2CD63'

red 178 ◦ green 205 ◦ blue 99

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

Shades of Wild Willow #B2CD63

Tints of Wild Willow #B2CD63

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.53%

 BLUE value IS 99 (39.06% from 255) = 20.54%

R = 36.93%
G = 42.53%
B = 20.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#B2CD63 (or 0xB2CD63) is known color: Wild Willow. HEX triplet: B2, CD and 63. RGB value is (178,205,99). Sum of RGB (Red+Green+Blue) = 178+205+99=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CD63 is #4D329C. Grayscale: #B9B9B9. Windows color (decimal): -5059229 or 6540722. OLE color: 6540722.

HSL color Cylindrical-coordinate representation of color #B2CD63: hue angle of 75.28º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2CD63 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 205 99 -
CMYK 0.13 0 0.52 0.20
HSL 75.28º 0.51% 0.6% -
HSV(B) 75.28º 0.52% 0.8% -
XYZ 42.44 54.03 20 -
YUV 184.84 79.55 123.12 -
System Red Green Blue C M Y K H S L
Decimal 178 205 99 0.13 0 0.52 0.20 75.28 0.51 0.6
Hex B2 CD 63 D 0 34 14 4B 33 3C
Octal 262 315 143 15 0 64 24 113 63 74
Binary 10110010 11001101 1100011 1101 0 110100 10100 1001011 110011 111100

Color Harmonies of #B2CD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CD63

Black with #B2CD63

Text Example


Text Example

White with #B2CD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CD63; }

 p { color: rgb(178,205,99); }

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

background-color css

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

 a { background-color: rgb(178,205,99); }

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

border-color css

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

 span { border-color: rgb(178,205,99); }

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