Html Css Color HEX #B6C265 Wild Willow

📋 copy color: '#B6C265'

red 182 ◦ green 194 ◦ blue 101

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

Shades of Wild Willow #B6C265

Tints of Wild Willow #B6C265

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.67%

 BLUE value IS 101 (39.84% from 255) = 21.17%

R = 38.16%
G = 40.67%
B = 21.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#B6C265 (or 0xB6C265) is known color: Wild Willow. HEX triplet: B6, C2 and 65. RGB value is (182,194,101). Sum of RGB (Red+Green+Blue) = 182+194+101=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C265 is #493D9A. Grayscale: #B4B4B4. Windows color (decimal): -4799899 or 6668982. OLE color: 6668982.

HSL color Cylindrical-coordinate representation of color #B6C265: hue angle of 67.74º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B6C265 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 194 101 -
CMYK 0.06 0 0.48 0.24
HSL 67.74º 0.43% 0.58% -
HSV(B) 67.74º 0.48% 0.76% -
XYZ 40.93 49.47 19.7 -
YUV 179.81 83.52 129.56 -
System Red Green Blue C M Y K H S L
Decimal 182 194 101 0.06 0 0.48 0.24 67.74 0.43 0.58
Hex B6 C2 65 6 0 30 18 44 2B 3A
Octal 266 302 145 6 0 60 30 104 53 72
Binary 10110110 11000010 1100101 110 0 110000 11000 1000100 101011 111010

Color Harmonies of #B6C265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C265

Black with #B6C265

Text Example


Text Example

White with #B6C265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C265; }

 p { color: rgb(182,194,101); }

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

background-color css

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

 a { background-color: rgb(182,194,101); }

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

border-color css

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

 span { border-color: rgb(182,194,101); }

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