Html Css Color HEX #B0C46B Wild Willow

📋 copy color: '#B0C46B'

red 176 ◦ green 196 ◦ blue 107

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

Shades of Wild Willow #B0C46B

Tints of Wild Willow #B0C46B

RGB

 RED value IS 176 (69.14% from 255) = 36.74%

 GREEN value IS 196 (76.95% from 255) = 40.92%

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

R = 36.74%
G = 40.92%
B = 22.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#B0C46B (or 0xB0C46B) is known color: Wild Willow. HEX triplet: B0, C4 and 6B. RGB value is (176,196,107). Sum of RGB (Red+Green+Blue) = 176+196+107=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C46B is #4F3B94. Grayscale: #B4B4B4. Windows color (decimal): -5192597 or 7062704. OLE color: 7062704.

HSL color Cylindrical-coordinate representation of color #B0C46B: hue angle of 73.48º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0C46B is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 196 107 -
CMYK 0.10 0 0.45 0.23
HSL 73.48º 0.43% 0.59% -
HSV(B) 73.48º 0.45% 0.77% -
XYZ 40.3 49.77 21.39 -
YUV 179.87 86.87 125.24 -
System Red Green Blue C M Y K H S L
Decimal 176 196 107 0.10 0 0.45 0.23 73.48 0.43 0.59
Hex B0 C4 6B A 0 2D 17 49 2B 3B
Octal 260 304 153 12 0 55 27 111 53 73
Binary 10110000 11000100 1101011 1010 0 101101 10111 1001001 101011 111011

Color Harmonies of #B0C46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C46B

Black with #B0C46B

Text Example


Text Example

White with #B0C46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C46B; }

 p { color: rgb(176,196,107); }

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

background-color css

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

 a { background-color: rgb(176,196,107); }

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

border-color css

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

 span { border-color: rgb(176,196,107); }

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