Html Css Color HEX #BADB6B Wild Willow

📋 copy color: '#BADB6B'

red 186 ◦ green 219 ◦ blue 107

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

Shades of Wild Willow #BADB6B

Tints of Wild Willow #BADB6B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.77%

 BLUE value IS 107 (42.19% from 255) = 20.9%

R = 36.33%
G = 42.77%
B = 20.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#BADB6B (or 0xBADB6B) is known color: Wild Willow. HEX triplet: BA, DB and 6B. RGB value is (186,219,107). Sum of RGB (Red+Green+Blue) = 186+219+107=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB6B is #452494. Grayscale: #C4C4C4. Windows color (decimal): -4531349 or 7068602. OLE color: 7068602.

HSL color Cylindrical-coordinate representation of color #BADB6B: hue angle of 77.68º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BADB6B is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 219 107 -
CMYK 0.15 0 0.51 0.14
HSL 77.68º 0.61% 0.64% -
HSV(B) 77.68º 0.51% 0.86% -
XYZ 48.24 62.16 23.37 -
YUV 196.37 77.57 120.61 -
System Red Green Blue C M Y K H S L
Decimal 186 219 107 0.15 0 0.51 0.14 77.68 0.61 0.64
Hex BA DB 6B F 0 33 E 4E 3D 40
Octal 272 333 153 17 0 63 16 116 75 100
Binary 10111010 11011011 1101011 1111 0 110011 1110 1001110 111101 1000000

Color Harmonies of #BADB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB6B

Black with #BADB6B

Text Example


Text Example

White with #BADB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB6B; }

 p { color: rgb(186,219,107); }

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

background-color css

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

 a { background-color: rgb(186,219,107); }

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

border-color css

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

 span { border-color: rgb(186,219,107); }

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