Html Css Color HEX #B6C065 Wild Willow

📋 copy color: '#B6C065'

red 182 ◦ green 192 ◦ blue 101

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

Shades of Wild Willow #B6C065

Tints of Wild Willow #B6C065

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.42%

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

R = 38.32%
G = 40.42%
B = 21.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#B6C065 (or 0xB6C065) is known color: Wild Willow. HEX triplet: B6, C0 and 65. RGB value is (182,192,101). Sum of RGB (Red+Green+Blue) = 182+192+101=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C065 is #493F9A. Grayscale: #B2B2B2. Windows color (decimal): -4800411 or 6668470. OLE color: 6668470.

HSL color Cylindrical-coordinate representation of color #B6C065: hue angle of 66.59º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B6C065 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 192 101 -
CMYK 0.05 0 0.47 0.25
HSL 66.59º 0.42% 0.57% -
HSV(B) 66.59º 0.47% 0.75% -
XYZ 40.49 48.58 19.56 -
YUV 178.64 84.19 130.4 -
System Red Green Blue C M Y K H S L
Decimal 182 192 101 0.05 0 0.47 0.25 66.59 0.42 0.57
Hex B6 C0 65 5 0 2F 19 43 2A 39
Octal 266 300 145 5 0 57 31 103 52 71
Binary 10110110 11000000 1100101 101 0 101111 11001 1000011 101010 111001

Color Harmonies of #B6C065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C065

Black with #B6C065

Text Example


Text Example

White with #B6C065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C065; }

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

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

background-color css

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

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

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

border-color css

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

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

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