Html Css Color HEX #BAD26C Wild Willow

📋 copy color: '#BAD26C'

red 186 ◦ green 210 ◦ blue 108

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

Shades of Wild Willow #BAD26C

Tints of Wild Willow #BAD26C

RGB

 RED value IS 186 (73.05% from 255) = 36.9%

 GREEN value IS 210 (82.42% from 255) = 41.67%

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

R = 36.9%
G = 41.67%
B = 21.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#BAD26C (or 0xBAD26C) is known color: Wild Willow. HEX triplet: BA, D2 and 6C. RGB value is (186,210,108). Sum of RGB (Red+Green+Blue) = 186+210+108=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD26C is #452D93. Grayscale: #BFBFBF. Windows color (decimal): -4533652 or 7131834. OLE color: 7131834.

HSL color Cylindrical-coordinate representation of color #BAD26C: hue angle of 74.12º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAD26C is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 210 108 -
CMYK 0.11 0 0.49 0.18
HSL 74.12º 0.53% 0.62% -
HSV(B) 74.12º 0.49% 0.82% -
XYZ 46 57.62 22.88 -
YUV 191.2 81.05 124.29 -
System Red Green Blue C M Y K H S L
Decimal 186 210 108 0.11 0 0.49 0.18 74.12 0.53 0.62
Hex BA D2 6C B 0 31 12 4A 35 3E
Octal 272 322 154 13 0 61 22 112 65 76
Binary 10111010 11010010 1101100 1011 0 110001 10010 1001010 110101 111110

Color Harmonies of #BAD26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD26C

Black with #BAD26C

Text Example


Text Example

White with #BAD26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD26C; }

 p { color: rgb(186,210,108); }

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

background-color css

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

 a { background-color: rgb(186,210,108); }

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

border-color css

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

 span { border-color: rgb(186,210,108); }

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