Html Css Color HEX #BAD265 Wild Willow

📋 copy color: '#BAD265'

red 186 ◦ green 210 ◦ blue 101

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

Shades of Wild Willow #BAD265

Tints of Wild Willow #BAD265

RGB

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

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

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

R = 37.42%
G = 42.25%
B = 20.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#BAD265 (or 0xBAD265) is known color: Wild Willow. HEX triplet: BA, D2 and 65. RGB value is (186,210,101). Sum of RGB (Red+Green+Blue) = 186+210+101=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD265 is #452D9A. Grayscale: #BEBEBE. Windows color (decimal): -4533659 or 6673082. OLE color: 6673082.

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

Color convert

RGB 186 210 101 -
CMYK 0.11 0 0.52 0.18
HSL 73.21º 0.55% 0.61% -
HSV(B) 73.21º 0.52% 0.82% -
XYZ 45.65 57.47 21 -
YUV 190.4 77.55 124.86 -
System Red Green Blue C M Y K H S L
Decimal 186 210 101 0.11 0 0.52 0.18 73.21 0.55 0.61
Hex BA D2 65 B 0 34 12 49 37 3D
Octal 272 322 145 13 0 64 22 111 67 75
Binary 10111010 11010010 1100101 1011 0 110100 10010 1001001 110111 111101

Color Harmonies of #BAD265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD265

Black with #BAD265

Text Example


Text Example

White with #BAD265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD265; }

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

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

background-color css

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

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

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

border-color css

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

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

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