Html Css Color HEX #B6CA6C Wild Willow

📋 copy color: '#B6CA6C'

red 182 ◦ green 202 ◦ blue 108

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

Shades of Wild Willow #B6CA6C

Tints of Wild Willow #B6CA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.95%

R = 36.99%
G = 41.06%
B = 21.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#B6CA6C (or 0xB6CA6C) is known color: Wild Willow. HEX triplet: B6, CA and 6C. RGB value is (182,202,108). Sum of RGB (Red+Green+Blue) = 182+202+108=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CA6C is #493593. Grayscale: #B9B9B9. Windows color (decimal): -4797844 or 7129782. OLE color: 7129782.

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

Color convert

RGB 182 202 108 -
CMYK 0.10 0 0.47 0.21
HSL 72.77º 0.47% 0.61% -
HSV(B) 72.77º 0.47% 0.79% -
XYZ 43.12 53.27 22.2 -
YUV 185.3 84.37 125.64 -
System Red Green Blue C M Y K H S L
Decimal 182 202 108 0.10 0 0.47 0.21 72.77 0.47 0.61
Hex B6 CA 6C A 0 2F 15 49 2F 3D
Octal 266 312 154 12 0 57 25 111 57 75
Binary 10110110 11001010 1101100 1010 0 101111 10101 1001001 101111 111101

Color Harmonies of #B6CA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CA6C

Black with #B6CA6C

Text Example


Text Example

White with #B6CA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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