Html Css Color HEX #B2C16B Wild Willow

📋 copy color: '#B2C16B'

red 178 ◦ green 193 ◦ blue 107

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

Shades of Wild Willow #B2C16B

Tints of Wild Willow #B2C16B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.38%

 BLUE value IS 107 (42.19% from 255) = 22.38%

R = 37.24%
G = 40.38%
B = 22.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#B2C16B (or 0xB2C16B) is known color: Wild Willow. HEX triplet: B2, C1 and 6B. RGB value is (178,193,107). Sum of RGB (Red+Green+Blue) = 178+193+107=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C16B is #4D3E94. Grayscale: #B3B3B3. Windows color (decimal): -5062293 or 7061938. OLE color: 7061938.

HSL color Cylindrical-coordinate representation of color #B2C16B: hue angle of 70.47º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2C16B is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 193 107 -
CMYK 0.08 0 0.45 0.24
HSL 70.47º 0.41% 0.59% -
HSV(B) 70.47º 0.45% 0.76% -
XYZ 40.08 48.67 21.19 -
YUV 178.71 87.53 127.49 -
System Red Green Blue C M Y K H S L
Decimal 178 193 107 0.08 0 0.45 0.24 70.47 0.41 0.59
Hex B2 C1 6B 8 0 2D 18 46 29 3B
Octal 262 301 153 10 0 55 30 106 51 73
Binary 10110010 11000001 1101011 1000 0 101101 11000 1000110 101001 111011

Color Harmonies of #B2C16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C16B

Black with #B2C16B

Text Example


Text Example

White with #B2C16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C16B; }

 p { color: rgb(178,193,107); }

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

background-color css

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

 a { background-color: rgb(178,193,107); }

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

border-color css

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

 span { border-color: rgb(178,193,107); }

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