Html Css Color HEX #B6C868 Wild Willow

📋 copy color: '#B6C868'

red 182 ◦ green 200 ◦ blue 104

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

Shades of Wild Willow #B6C868

Tints of Wild Willow #B6C868

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.15%

 BLUE value IS 104 (41.02% from 255) = 21.4%

R = 37.45%
G = 41.15%
B = 21.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#B6C868 (or 0xB6C868) is known color: Wild Willow. HEX triplet: B6, C8 and 68. RGB value is (182,200,104). Sum of RGB (Red+Green+Blue) = 182+200+104=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C868 is #493797. Grayscale: #B8B8B8. Windows color (decimal): -4798360 or 6867126. OLE color: 6867126.

HSL color Cylindrical-coordinate representation of color #B6C868: hue angle of 71.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B6C868 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 200 104 -
CMYK 0.09 0 0.48 0.22
HSL 71.25º 0.47% 0.6% -
HSV(B) 71.25º 0.48% 0.78% -
XYZ 42.44 52.25 20.95 -
YUV 183.67 83.04 126.81 -
System Red Green Blue C M Y K H S L
Decimal 182 200 104 0.09 0 0.48 0.22 71.25 0.47 0.6
Hex B6 C8 68 9 0 30 16 47 2F 3C
Octal 266 310 150 11 0 60 26 107 57 74
Binary 10110110 11001000 1101000 1001 0 110000 10110 1000111 101111 111100

Color Harmonies of #B6C868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C868

Black with #B6C868

Text Example


Text Example

White with #B6C868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C868; }

 p { color: rgb(182,200,104); }

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

background-color css

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

 a { background-color: rgb(182,200,104); }

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

border-color css

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

 span { border-color: rgb(182,200,104); }

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