Html Css Color HEX #B6CA71 Wild Willow

📋 copy color: '#B6CA71'

red 182 ◦ green 202 ◦ blue 113

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

Shades of Wild Willow #B6CA71

Tints of Wild Willow #B6CA71

RGB

 RED value IS 182 (71.48% from 255) = 36.62%

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

 BLUE value IS 113 (44.53% from 255) = 22.74%

R = 36.62%
G = 40.64%
B = 22.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#B6CA71 (or 0xB6CA71) is known color: Wild Willow. HEX triplet: B6, CA and 71. RGB value is (182,202,113). Sum of RGB (Red+Green+Blue) = 182+202+113=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CA71 is #49358E. Grayscale: #BABABA. Windows color (decimal): -4797839 or 7457462. OLE color: 7457462.

HSL color Cylindrical-coordinate representation of color #B6CA71: hue angle of 73.48º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6CA71 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 202 113 -
CMYK 0.10 0 0.44 0.21
HSL 73.48º 0.46% 0.62% -
HSV(B) 73.48º 0.44% 0.79% -
XYZ 43.39 53.38 23.64 -
YUV 185.87 86.87 125.24 -
System Red Green Blue C M Y K H S L
Decimal 182 202 113 0.10 0 0.44 0.21 73.48 0.46 0.62
Hex B6 CA 71 A 0 2C 15 49 2E 3E
Octal 266 312 161 12 0 54 25 111 56 76
Binary 10110110 11001010 1110001 1010 0 101100 10101 1001001 101110 111110

Color Harmonies of #B6CA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CA71

Black with #B6CA71

Text Example


Text Example

White with #B6CA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CA71; }

 p { color: rgb(182,202,113); }

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

background-color css

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

 a { background-color: rgb(182,202,113); }

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

border-color css

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

 span { border-color: rgb(182,202,113); }

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