Html Css Color HEX #BACD6B Wild Willow

📋 copy color: '#BACD6B'

red 186 ◦ green 205 ◦ blue 107

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

Shades of Wild Willow #BACD6B

Tints of Wild Willow #BACD6B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.16%

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

R = 37.35%
G = 41.16%
B = 21.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#BACD6B (or 0xBACD6B) is known color: Wild Willow. HEX triplet: BA, CD and 6B. RGB value is (186,205,107). Sum of RGB (Red+Green+Blue) = 186+205+107=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD6B is #453294. Grayscale: #BCBCBC. Windows color (decimal): -4534933 or 7065018. OLE color: 7065018.

HSL color Cylindrical-coordinate representation of color #BACD6B: hue angle of 71.63º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BACD6B is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 205 107 -
CMYK 0.09 0 0.48 0.20
HSL 71.63º 0.49% 0.61% -
HSV(B) 71.63º 0.48% 0.8% -
XYZ 44.73 55.16 22.2 -
YUV 188.15 82.21 126.47 -
System Red Green Blue C M Y K H S L
Decimal 186 205 107 0.09 0 0.48 0.20 71.63 0.49 0.61
Hex BA CD 6B 9 0 30 14 48 31 3D
Octal 272 315 153 11 0 60 24 110 61 75
Binary 10111010 11001101 1101011 1001 0 110000 10100 1001000 110001 111101

Color Harmonies of #BACD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACD6B

Black with #BACD6B

Text Example


Text Example

White with #BACD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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