Html Css Color HEX #B2CA66 Wild Willow

📋 copy color: '#B2CA66'

red 178 ◦ green 202 ◦ blue 102

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

Shades of Wild Willow #B2CA66

Tints of Wild Willow #B2CA66

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.91%

 BLUE value IS 102 (40.23% from 255) = 21.16%

R = 36.93%
G = 41.91%
B = 21.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#B2CA66 (or 0xB2CA66) is known color: Wild Willow. HEX triplet: B2, CA and 66. RGB value is (178,202,102). Sum of RGB (Red+Green+Blue) = 178+202+102=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA66 is #4D3599. Grayscale: #B7B7B7. Windows color (decimal): -5059994 or 6736562. OLE color: 6736562.

HSL color Cylindrical-coordinate representation of color #B2CA66: hue angle of 74.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2CA66 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 202 102 -
CMYK 0.12 0 0.50 0.21
HSL 74.4º 0.49% 0.6% -
HSV(B) 74.4º 0.5% 0.79% -
XYZ 41.88 52.67 20.53 -
YUV 183.42 82.05 124.13 -
System Red Green Blue C M Y K H S L
Decimal 178 202 102 0.12 0 0.50 0.21 74.4 0.49 0.6
Hex B2 CA 66 C 0 32 15 4A 31 3C
Octal 262 312 146 14 0 62 25 112 61 74
Binary 10110010 11001010 1100110 1100 0 110010 10101 1001010 110001 111100

Color Harmonies of #B2CA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA66

Black with #B2CA66

Text Example


Text Example

White with #B2CA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA66; }

 p { color: rgb(178,202,102); }

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

background-color css

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

 a { background-color: rgb(178,202,102); }

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

border-color css

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

 span { border-color: rgb(178,202,102); }

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